cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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>

Accepted Solutions (0)

Answers (3)

Answers (3)

PavanKumar
Active Contributor
0 Kudos

Hi,

Try pinging the channel if there is an error check logs for detailed view of error.

Regards

Pavan

former_member186851
Active Contributor
0 Kudos

Check the URL and also try posting to the WS from SOAP UI.

manoj_khavatkopp
Active Contributor
0 Kudos


No such operation: (HTTP GET PATH_INFO: /xyzs/xxxxxxxxxxxxxxxx)

Have you mentioned SOAP Action in the channel ? Check is this valid

Former Member
0 Kudos

I just used xyz and xxx instead of actual values.

I have not used SOAP action but that is not required in SOAP Axis receiver channel.

manoj_khavatkopp
Active Contributor
0 Kudos

The error shows its trying to search that action in the webserver.

Either leave it blank or give the actual value I would suggest you to try with the actual action..

Former Member
0 Kudos

Hello Midhun,
this is definitely some malfunction of receiver service.

Best regards,
Vadym