cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Error: HTTP Error response for SOAP Request

ng82si
Participant
0 Kudos

Hi gurus,

I'm facing a weird error in File --> PI 7.31 java only --> soap receiver proxy.

The other interfaces runs well. just one get the the following error:

Exception caught by adapter framework: java.io.IOException: Error receiving or parsing request message: java.io.IOException: HTTP Error response for SOAP request or invalid content-type.

I check the payload and test in the inbound proxy. on error.

Any hints?

Thanks a lot!

regards

Christine

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christine

Looks like you are not sending the correct content-type which is expecting by the web service.

You can use message transformation bean to change the content type.

Parameter name : Transform.contentType

value : text/plain;charset=utf-8 or text/html;charset=utf-8

Answers (3)

Answers (3)

Former Member

Christine,

I encoutered that error and the reason was that the user for proxy connexion has to renew its password.

You can check in <server:port>/NWA , configuration, identity management, there is a checkbox indicating that the user has to renew password.

Jean-Yves

former_member186851
Active Contributor
0 Kudos

Hello Christine,

I faced the same issue,

You can use the beans below to overcome the error.

And charset should be utf-8


Former Member
0 Kudos

Hi Christine,

So the manual test of the inbound proxy via the test tool was successful?

Are the XI Services running on the backend systems (transaction SICF)?

Best Regards

Harald