cancel
Showing results for 
Search instead for 
Did you mean: 

404 Error while using SOAP Receiver Channel

Former Member
0 Kudos

     We are using a SOAP receiver channel and getting the following error

MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found

Opened the URL on the browser and able to get the WSDL related and was succesfully connected to the URL again using the SOAP UI.

When in PI, this is failing in the adapter engine on the receiver channel while trying in the SOAP receiver channel to that URL

Transport protocol HTTP

Msg protocol is SOAP 1.1

Adapter Engine: Central Adapter Engine

Thanks

Taraka

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Taraka,


Opened the URL on the browser and able to get the WSDL related and was succesfully connected to the URL again using the SOAP UI.

If you are able to get the WSDL via the URL, that is the wsdl URL and not the actual URL that you will be posting your message. Please remove ?wsdl in the target URL of the SOAP Receiver CC.

Regards,

Mark

former_member186851
Active Contributor
0 Kudos

Hello Taraka,

Guess your SOAP webservice is expecting the content type in Application/XML.

Refer the below link to change the content type