I am doing a synchronous ECC to SOAP scenario
and I am getting this error in message monitoring
I am using SOAP Axis Receiver channel. This should mean that the modules are working and the error is with the server?
When I tried to open the url, the url starts with https in browser
I got this error
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body> <soap:Fault> <faultcode> soap:Server </faultcode> <faultstring>No such operation: (HTTP GET PATH_INFO: /xyzs/xxxxxxxxxxxxxxxx)
</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>