cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiving response: HTTP/1.1 500 Internal Server Error

former_member262051
Participant
0 Kudos

Hi All,

We have migrated to PO 7.5 (single stack) version and in live system my interface is not working.

The interface flow is SOAP>PO>ERP(IDOC)

When we try to hit the server via soap UI message hitting the channel and ended u with below.

<?xml version="1.0" encoding="UTF-8"?><!--see the documentation--> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <SOAP:Fault> <faultcode>SOAP:Server</faultcode> <faultstring>Server Error</faultstring> <detail> <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0"> <context>XIAdapter</context> <code>ADAPTER.JAVA_EXCEPTION</code> <text>See log trace with id: n/a</text> </s:SystemError> </detail> </SOAP:Fault> </SOAP:Body> </SOAP:Envelope>

Can you please help me out with your inputs.

Regards,

Naga Uday.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member262051
Participant
0 Kudos

Hi ,

The issue was resolved after redesign the interface again.

Regards,

Naga Uday.

martini
Explorer
0 Kudos

Hi Naga! I had the same issue. Please, can you send me the steps for redesign the interface?

0 Kudos

Hi,

can you publish your redesign step to help us? We have the same error or result after communication idoc via SOAP.

Regards,

Ahmet

former_member223432
Participant
0 Kudos

Hi Uday,

if you are getting 500 server error, then it means your webservice is not receiving the input in the right format. please check the following.

1. check if you are able to open the URL in the web browser.

2. if there is any firewall blocking the flow?

3. check if you have enables "Do not use envelope" in the Soap receivet channel. if yes, then uncheck and test it.

thanks