Avatar

Level 6

The path would have to be as seen from the server, not how it would be seen from your local machine running Workbench. You would either need to copy it to the server or copy to a shared network drive that can be seen by both your local machine and the server. The second one would be easier to keep track of if you used the same network drive letter on both machines.

To make your process available as a Webservice, you just have to have SOAP checked in the settings on the big green arrow put at the start of your process. That is the default.

Here is some info for connecting to a webservice as a Data Connection in a form. I do it in JavaScript, but this might be easier for someone who has not done it before.

http://forms.stefcameron.com/2007/05/21/connecting-to-a-web-service/