作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 SoapUI 工具中处理请求 XML 时,我在响应 XML 中收到以下消息。对于与应用程序关联的所有类型的服务,我们都收到了相同的消息。
<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>
最佳答案
问题是因为 Request 消息缺少 To header 。
在消息编辑器上,就在请求消息窗口下方,单击按钮 WS-A。
然后选中复选框“ 添加默认 wsa:To
现在运行您的请求,该服务将运行得很好。
希望有帮助
关于wcf - Web 服务响应 XML 检索 'DestinationUnreachable' 消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14000798/
在 SoapUI 工具中处理请求 XML 时,我在响应 XML 中收到以下消息。对于与应用程序关联的所有类型的服务,我们都收到了相同的消息。 http://www.w3.org/
我是一名优秀的程序员,十分优秀!