cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to SOAP Dual Stack, getting below error at SOAP Receiver side

Former Member
0 Kudos

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 301 Moved Permanently

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190293
Active Contributor
0 Kudos

Hi Obedulla!

The HTTP response status code 301 Moved Permanently is used for permanent URL redirection, meaning current links or records using the URL that the response is received for should be updated. The new URL should be provided in the Location field included with the response. The 301 redirect is considered a best practice for upgrading users from HTTP to HTTPS.

Regards, Evgeniy.

iaki_vila
Active Contributor
0 Kudos

Hi Obedulia,

May be you are getting an error webpage, for this cause you are receiving an HTML. Try to test with SOAPui first if you have connectivity with your laptop, in other case you can construct you SOAP envelope manually and to check the checkbox Do Not Use SOAP envelope, in this way you will can read the response like you are receiving it, and to act according this message.

Regards.