cancel
Showing results for 
Search instead for 
Did you mean: 

Can't parse the document; HTTP 200 OK

Former Member
0 Kudos

We have a scenario with receipts responses of five different companies. However, we succeed in sending and responding successfully to four, but for one of them this message is not returned successfully.

We compare the communication channels and all settings are identical except the port used for each company. Also checked the services provided on the port and they are ok.

Another test we did was to send the message through the RWB, successfully executed. The problem occurs only when the interface is initiated through the ECC.

thanks in advance.

Erik

Error:

Exception caught by adapter framework: java.io.IOException: Can't parse the document; HTTP 200 OK


Delivery of 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: java.io.IOException: Can't parse the document; HTTP 200 OK. Setting message to status failed

Accepted Solutions (0)

Answers (3)

Answers (3)

manigram
Active Participant
0 Kudos

Hi,

What is your source system, target system and adapter also where the message get failed either source system or Pi syetm.

Based on the error message, it seems some unparsable character present in the payload. Check the payload.

Save the payload as xml in your local machine and open that message in excel, if it open then fine otherwise you will get error.

Regards,

Manigandan

brian_briones
Participant
0 Kudos

you should see the response.

Look at the response matches the ode tip and do not return character data ASCCI.

the problem is in the response.

The HTTP 200 OK message indicates that run well but have problem to show the answer.

regards

former_member184789
Active Contributor
0 Kudos

Hi,

It seems like the message which is being sent can't be parsed  by the receiver system. Could you please explain what is the source & target structure eg. flat file, XML, IDoc etc.