Posted: Sun Feb 01, 2015 10:40 pm Post subject: SOAP Fault
Apprentice
Joined: 01 Dec 2014 Posts: 27
Dears,
Is there a common way to handle faults in SOAP messages, for example if flow reach the catch terminal of the SOAPInput node and I want to create a common fault and send it through the fault part of the soap message, how can I determin in this stage which operation is called and create the fault part for this operation.
I appreciate if there is an article to handle the SOAP faults in a common way
Posted: Mon Feb 02, 2015 5:39 am Post subject: Re: SOAP Fault
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
rabee_nawash wrote:
Dears,
Is there a common way to handle faults in SOAP messages, for example if flow reach the catch terminal of the SOAPInput node and I want to create a common fault and send it through the fault part of the soap message, how can I determin in this stage which operation is called and create the fault part for this operation.
I appreciate if there is an article to handle the SOAP faults in a common way
SOAP faults are all handled in a common way... at least from a schema point of view. All you have to do is create a message conforming to the SOAPFault schema and set http return code to 500 (from memory... better check it).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum