Posted: Sun Oct 02, 2011 11:19 pm Post subject: Fault format not returned properly to IE
Apprentice
Joined: 04 Oct 2010 Posts: 46
Hi,
I have configured the HTTPInput node's property 'Fault format' to 1.2 to return error message when some exception occurs in my message flow. But when there is a exception the soap message is not getting displayed in IE(from where I hit the service). But if I change the version to 1.1 I am able to see the below soap message in IE :
SOAP message for Fault format 1.1 :
<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>A timeout occurred during processing</faultstring>
<faultactor>/locations/stores</faultactor>
<detail><text>Timeout. Broker WMBICOE did not provide a response within the specified time interval (4 seconds)</text></detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Why I am not able to see the message in IE when I set 1.2 as Fault format. COuld yoy please let me know the root cause of the isse?
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