Tuesday 10 September 2013

basicHttpBinding to wsHttpBinding over SSL

basicHttpBinding to wsHttpBinding over SSL

Before i have tested one webservice in soapUI its works fine. But now
webservice was changed basicHttpBinding to wsHttpBinding over SSL. Now i'm
trying to execute the webservice the following exception are im getting.
Im using the webservice url in iphone. I dont how i can test and execute
in SOAP UI and iphone now. any one please tel me how i can resolve.
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:a="http://www.w3.org/2005/08/addressing">
<s:Header>
<a:Action
s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/soap/fault</a:Action>
</s:Header>
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Sender</s:Value>
<s:Subcode>
<s:Value>a:DestinationUnreachable</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en-AU">The message with To '' cannot be
processed at the receiver, due to an AddressFilter mismatch at
the EndpointDispatcher. Check that the sender and receiver's
EndpointAddresses agree.</s:Text>
</s:Reason>
</s:Fault>
</s:Body>
</s:Envelope>

No comments:

Post a Comment