SOAP API error handling in machine step

Hi,

I have configured a SOAP API in connector which is working properly with my data.

But I was trying to handle belwo error condition when I pass a wrong value to parameter.

<SOAP-ENV:Envelope xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/”>
SOAP-ENV:Header/
SOAP-ENV:Body
SOAP-ENV:Fault
SOAP-ENV:Server
RECORD_NOT_FOUND
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

How to handle this.

Any help is well appreciated..

BR,

Bhaskar

Do you mean that it breaks in the machine step, and you do not get any outputs that you can work with to have the workflow take different steps based on the result?

I have not been using the soap (web service) connector all that much, but it sounds like if that is the case, you are kind of screwed, I am afraid.

This is one of the reasons why in Connect, all of these HTTP calls are made inside of a flow script module, so you can control these sorts of things. But for Classic, sorry, no good input.

Perhaps someone else has a better answer, but that’s the best I can offer.