cancel
Showing results for 
Search instead for 
Did you mean: 

java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 200 OK

Former Member
0 Kudos

hi all,

please help me to resolve the error. i am working on a proxy to soap scenario and in SXMB_moni i am getting the following error.

i had check my url,its working fine.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 200 OK</SAP:AdditionalText>

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>*

thanks

kasturika

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Refer below link for defintion of HTTP Status Codes for HTTP-200 error

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Thanks,

RamuV

Former Member
0 Kudos

Check this thread

might give you some directions to look at.

Sameer