cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP receiver error

Former Member
0 Kudos

Hello,

I am getting SOAP Error for my ABAP Proxy to SOAP scenario. Why it is telling invalid content type.

It is working in other environment.

How this is environment dependent.

<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 400 Bad Request</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

former_member556603
Active Contributor
0 Kudos

Hi Srini,

Go through these blogs hope this info is useful to you..

ABAP Server Proxies (Inbound Proxy)

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

OutBound Proxy (Client Proxy)

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

File to R/3 via ABAP Proxy with good example

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Thanks,

Satya

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Try to copy your source XML payload from SXMB_MONI and paste it in Test tab of mapping and tets it..see if its working fine.

In Proxy to SOAP scenario you have to test both request and response mesages.

Thanks

Swarup

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

copy the sender structure from SXI_MONITOR and do a test mapping in PI, check whether the receiver structure is similar to WS structure

also copy the WS url and paste it to explorer to check if you can reach the WS

also, please see these blogs

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

Edited by: Rodrigo Pertierra on Apr 17, 2008 12:07 PM