Skip to main content
Question

HTTP SOAP Error

  • October 9, 2019
  • 1 reply
  • 123 views

sunsilk11
Contributor
Forum|alt.badge.img+6

Hi I have followed the instructions in

https://knowledge.safe.com/articles/45314/working-with-soap-services.html

to call a WCF service. The XML request is correct, as I can get a successful response back when copying/sending same request via soapui.

However HTTPCaller gives me the following error message:

The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</faultstring></s:Fault></s:Body></s:Envelope>

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

sunsilk11
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • October 9, 2019

I found the issue. HTTPCaller needed SOAPAction to be specified.