在處理SoapUI工具中的請求XML時,我在Response XML中收到以下消息。我們已經獲得了與Application相關聯的所有類型服務的相同消息。Web服務響應XML檢索'DestinationUnreachable'消息
<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>
任何人都知道我們應該怎麼做來解決這個問題? 在此先感謝。
感謝you..it對我的作品 – SegFault
你!歡迎@SegFault – Vipul