cancel
Showing results for 
Search instead for 
Did you mean: 

IOException: invalid content type for SOAP: TEXT/ using Sender SOAP adapter

former_member204873
Contributor
0 Kudos

Hi all,

When I am using Sender SOAP adapter, i am getting (MessagingException: Could not parse XMBMessage. Reason: java.io.IOException: invalid content type for SOAP: TEXT/HTML using connection SOAP_http://sap.com/xi/XI/System) exception.

From my RWB I can see:

2009-05-25 16:18:39 Information The message was successfully retrieved from the call queue.

2009-05-25 16:18:39 Information The message status was set to DLNG.

2009-05-25 16:18:39 Error Failed to parse the XI system response.

2009-05-25 16:18:39 Error The message was successfully transmitted to endpoint com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIMessage creation failed (inbound). Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not parse XMBMessage. Reason: java.io.IOException: invalid content type for SOAP: TEXT/HTML using connection SOAP_http://sap.com/xi/XI/System.

2009-05-25 16:18:39 Error The message status was set to FAIL.

2009-05-25 16:18:39 Error Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: XIMessage creation failed (inbound). Reason: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not parse XMBMessage. Reason: java.io.IOException: invalid content type for SOAP: TEXT/HTML

Please help if possible! Thanks!

Mayank

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check in SLD your integration engine business system have the following

pipeline url : http://server:httpport/sap/xi/engine?type=entry

check Http port also

After that go to TCODE - SXMB_ADM - integrationn engine configuration and check if your server is configured as HUB with the same url or not.

Thanks

Kasturika Phukan

Answers (2)

Answers (2)

Former Member
0 Kudos

check the sender SOAP communication channal parameter and inbound address for SOAP messages

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

former_member181962
Active Contributor
0 Kudos

Check this thread:

Regards,

Ravi

former_member204873
Contributor
0 Kudos

hi Ravi,

Thanks for your quick reply, thread mentioned in your reply talks about Receiver SOAP adapter, but i am getting this error in Sender SOAP adapter and also i am getting Messaging Exception, not delivery exception.

Thanks,

Mayank

former_member181962
Active Contributor
0 Kudos

Hi,

How are you sending the SOAP message?

Make sure if the message is having the SOAP Envelope.

Regards,

Ravi

former_member204873
Contributor
0 Kudos

hi,

I am using XML SPY to send the message and yes the message is having the SOAP Envelope.

Thanks,

Mayank

former_member200962
Active Contributor
0 Kudos
I am using XML SPY to send the message and yes the message is having the SOAP Envelope.

try sending the message from RWB --Component Monitoring --Integration Engine -- Test Message.

If this works fine then your development / test-payload is error-free...if not then you can start debugging.....if it works then go for other tools...

Regards,

Abhishek.