cancel
Showing results for 
Search instead for 
Did you mean: 

BPm to SOAP: com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML; HTTP 200 OK

Former Member
0 Kudos

Hi

We have one interface BPM to SOAP, For the Request data is there but coming to response it throwing error  "com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML; HTTP 200 OK"

Response payload:

<?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.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML; HTTP 200 OK</SAP:AdditionalText>

  <SAP:ApplicationFaultMessage namespace="" />

  <SAP:Stack />

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

  </SAP:Error>

But now the messages are processing successful after failing this message. what could be the issue.

Could you please help me out of this issue.

Regards,

Gopi.

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi Gopinath

The response contains and http request with status that means the message has arrived but not SOAP envelope has been created. The problem was that the response has not been created properly, the reason can be multiple, for example the endpoint server is restarting and it can not offer the SOAP response, only that the server is available, then the response message contains an http message 200 but without the SOAP envelope because the message had not arrived to the server application that process the message.

Regards.

Answers (0)