Avatar

Level 6

Did you set the response on webservice side? if so, can be get the same on the form.

Webservice takes the request and process it then send response.

From form side we can able to set request and get response using the bindings.

Webservice response can be set to multiple elements, So can send as many details you want(success or faults or exceptions).

Based on the response you can display messages on the form using the reponse details. If webservice failed to give any type of response form cannot do anything, so all posiible things showld be done on webservice to get the proper response. Also If this is using  LiveCycle process, other failure reasons (system, configuration, invocation exceptions etc) can be captured and routed on LiveCycle processes to address the same using the "Invoke Web Service" fault routes.

-Raghu.