soapfault

Handle a SoapFault in a web service

Hi everyone,

I'm using a web service in my process.

I would like to handle the case when an error occurs, and the SOAP response contains the SoapFault tag.

Concretely, in the input I have an identifier of a person. In the output, I should have infos about that person. If there's no person with that identifier, the web service returns a response with SoapFault. How can I warn the process user about that?

I'm using Bonita CE 6.5.1. Thank you in advance.

Notifications