cancel
Showing results for 
Search instead for 
Did you mean: 

"Invalid content type" error in SOAP receiver

Former Member
0 Kudos

Hi ,

I have ABAP Proxy->XI->Webservice scenario.

I have configured the SOAP receiver with all neccessary information (Target URL pointing to WSDL , proxy details)

However i get the following error when i try sending data to the webservice. "Invalid Content type for SOAP: text/html"

I have seen some forums and blogs on this site on this but still not able to solve the error.

Please advice...

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Anand,

Have a look into this thread- similar discussion

Also check this- in the Reciever SOAP Adapter configuration i.e Target URL must be url of the WSDL.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/40728f7b-0401-0010-d9bc-8c7...

Hope this helps.......

Regards,

Abhy

henrique_pinto
Active Contributor
0 Kudos

Invalid content for soap is most likely not a problem of XI itself, but a problem of communication with the service. It can be 401 (unauthorized), 402 (timeout), 403 (forbidden), 404 (not found), 500 (internal server error), etc...

bhavesh_kantilal
Active Contributor
0 Kudos

Anand,

CHeck if the SOAP url and SOAP action are valid in your SOAP adapter and also, make sure, that data being passed to the SOAP is valid .

Regards,

bhavesh

Former Member
0 Kudos

Hi ,

Did you check this weblog??

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

sekhar