cancel
Showing results for 
Search instead for 
Did you mean: 

invalid content type in receiver proxy(SOAP XI 3.0) PO system

Former Member
0 Kudos

Hi All,

I am getting the below error in the scenario ( Soap -Proxy asynchronous mode) .

while sending the message to ECC i am getting the below error.

SOAP: Error occurred: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Error receiving or parsing request message: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.

Regards

Vidya

Accepted Solutions (0)

Answers (2)

Answers (2)

apu_das2
Active Contributor
0 Kudos

Hi Vidya,

What is the URL you have provided to the sender party to call PI hosted web service. Include below at the end of the existing URL and it will work fine -

&&QualityOfService=ExactlyOnce

Thanks,

Apu

former_member182412
Active Contributor
0 Kudos

Hi Vidhya,

You can see the actual response from ERP system when you call via soap adapter, you can find it by click on tab Further Links and click on log viewer then the response soap envelope you can see in new window like below.

If you cant find anything enable TraceHTTP parameter in soap adapter as per this log and see the actual response from ERP to find out the root cause.HTTP tracing in SOAP receiver adapters with TraceHTTP module parameter

Regards,

Praveen.