Skip to Content
0
Former Member
Jul 20, 2016 at 01:53 PM

MP: exception caught with cause java.net.UnknownHostException:

708 Views

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>