Forum Discussion

dulleo's avatar
dulleo
New Contributor
9 years ago

The message with Action 'http://xxx/yyyy' cannot be processed at the receiver...

Sending soap request to the web service, the following fault message is received:

 

The message with Action 'http://duskolucic.com/ChangeMessage' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher.

 

Request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:def="http://duskolucic.org/definitions">
<soapenv:Header/>
<soapenv:Body>
<def:MyServiceRequest>
<timeOfCall>15.07.2015. 12:00:00</timeOfCall>
<message>aaaa</message>
</def:MyServiceRequest>
</soapenv:Body>
</soapenv:Envelope>

 

Where is the problem?

Any idea?

Thx

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Did you validate the request before sending, and what is the result? If validated correctly, try to add raw request.
    • dulleo's avatar
      dulleo
      New Contributor

      Hello Rao..

       

      Soap Action was changed by wscf  blue because "Format SOAP Action" option was selected in wscf blue when web service host was generated from wsdl file...

       

      Regards,

      Dusko