小编use*_*141的帖子

Web服务响应XML检索"DestinationUnreachable"消息

我在SoapUI工具中处理Request XML时,在Response XML中收到以下消息.对于与Application关联的所有类型的服务,我们都获得了相同的消息.

<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>
Run Code Online (Sandbox Code Playgroud)

任何人都知道我们应该怎么做才能解决这个问题?提前致谢.

wcf

15
推荐指数
2
解决办法
5718
查看次数

标签 统计

wcf ×1