cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SOAP receiver Adapter

former_member440061
Participant
0 Kudos

Hi,

We have an IDOC to SOAP interface on PI 7.1 Server with Message Protocol as Axis and SOAP ver sion 1.1. This interface has been running smoothly until today when it started showing the below error :

-------------------------------------------------------------------------------------------------------------------------------------------------------------

Axis: Error in Invocation: (500)Internal Server Error.

Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: (500)Internal Server Error.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------

Any idea on what could have gone wrong. Also, when tried accessing the web service url through browser, we got "HTTP 500 Interval Server Error".

Please help.

Thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Faisal,

You are getting 500 http status code means it is successfully hitting web service, but there is no resources available to full fill the PI requested message. Try to access target URL either with IP and Host name, and also to cross check the web server availability by accessing web service URL only with IP/Host and Port(http:<host/IP>: port)  from web browser.

iaki_vila
Active Contributor
0 Kudos

Hi Faisal,

The Internal Server Error Code i usually get it when the PI is sending a XML that it can't be validated by the endpoint, then then endpoint throws an internal exception (controlled or not).

You can try with the SOAPui and to compare the XML generated by SOAPui with XML sent by PI.

Regards.

Former Member
0 Kudos

Hi ,

As above said this error comes when target server not reachable or unavailable .

Check with target system folks for availability.

Regards

Venkat

former_member184720
Active Contributor
0 Kudos

Hi Faisal - Your target system i.e. your web service host might be unavailable.. Please check with them..

Former Member
0 Kudos

Hi Faisal,

Check the target soap url configured in receiver cc.

Thanks,

Satish.