【发布时间】:2012-02-23 13:37:22
【问题描述】:
如果我通过客户端应用程序使用它,我的服务运行良好。我正在使用相同的 wsdl 加载 SOAPUI。它已经成功地为每种方法创建了样本测试。我想发送一个请求,它应该相应地生成响应。我可以在请求属性中看到正确的端点地址。它自动生成了一个 SOAP 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-GB">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>
我不知道在哪里可以检查这里出了什么问题。请有人在这方面帮助我。我正在使用 SOAPUI4.0.1。
【问题讨论】:
标签: xml wcf load-testing soapui