Forum Discussion

Mdrafi's avatar
Mdrafi
Occasional Contributor
14 years ago

Needed Help

Hi

I am getting the following response when i send me the request, can you please let me know the reason for this error.

<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-US">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>


Thanks
Rafi
  • SiKing's avatar
    SiKing
    Community Expert
    As a guess:
    This appears to be a properly formatted SOAP response, therefore there is nothing wrong with SoapUI. The response is coming from your application, and so you will need to check with development/vendor of the application what this means.