cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.aii.af.ra.ms.api.DeliveryException: java.io.IOException:SOAP Adapte

shweta_walaskar2
Contributor
0 Kudos

Hi,

We are getting following error with SOAP Adapter:

com.sap.aii.af.ra.ms.api.DeliveryException: java.io.IOException:invalid content type for SOAP: TEXT/HTML

This scenario was running file till 16th evening and since then all the messages from this scenario are failing.

Can anyone please help in this.

Thanks a lot.

Regards,

Shweta

Accepted Solutions (0)

Answers (2)

Answers (2)

prasannakrishna_mynam
Contributor
0 Kudos

Hi..

This error means that my receiver soap adapter can’t reach the web service provider and an HTTP error notification is sent to calling application. Although, the SOAP adapter doesn’t understand this kind of errors (ex. 404 not found -> SOAP call has no error codes and use the HTTP codes for effect) and this happening because the error is in text/html format and SOAP adapter is waiting a response in text/xml.

Please refer the below url to resolve this issue..

Regards..

Krishna..

Former Member
0 Kudos

Hi ,

I expect there is a change in the XSD Structure Or the format or type of data you are sending does not match the structure.....

Try Checking out the payload that You recive in sxmb_moni and compare it with the data you send as Input ...

Best regards,

Sainath

shweta_walaskar2
Contributor
0 Kudos

Hi,

Thanks a lot for the reply.

This is IDoc-SOAP scenario and we don't have any changes in XSD structure yesterday when we received the first error.

Thanks.

Regards,

Shweta

Former Member
0 Kudos

Hi,

Please check the RWB->Commn Channel monitoring whether the channels are started or stopped.If it is stopped then start it.

Also check the Receiver Determination

Thanks,

Tiny

Edited by: TINY MAMPILLY on Feb 19, 2009 8:51 AM