dulleo
10 years agoNew Contributor
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