cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver - HTTP 415 Error

baskar_ramasamy
Participant
0 Kudos

Hi Experts,

I am working on a synchronous scenario PROXY - PI - SOAP, i have used SOAP adapter , while sending a test message from RWB ( Component monitoring -> Integration Engine ->Test Message)

Error While Sending Message: Additional error text from response: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 415 Cannot process the message because the content type 'text/xml; charset=utf-8' was not the expected type 'application/soap+xml; charset=utf-8'.

in MONI:

i am able to see the message reached to webservice and while getting response from webservice i am getting above mentioned error

Kindly help me on this to fix this issue.

Thanks,

Baskar



Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

it looks problem with encoding, check with Web service team what type of response they are providing like encoding,character set format,according to that u need to set encoding in SOAP channel.

couple of discussion avaiable on net, search..

http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/f29cd9c8-3c89-43d2-92ae-d2a270ab86b9/

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go through the below links for sol to your problem.

http://scn.sap.com/message/10333582

http://scn.sap.com/thread/1880999

Regards

Venkat

baskar_ramasamy
Participant
0 Kudos

finally the issue resolved, the webservice team corrected some parameters from their side and now sycn transaction is working fine. Thank you all for sharing your ideas.

Former Member
0 Kudos

Hi Baskar, please close threads when they are answered.

It really helps when people are searching for related solutions, or looking for unanswered questions to help out with.

Former Member
0 Kudos

You cannot use RWB-->test message option for testing Sync interfaces. please use XMLSPY or SOAP UI to test your interface.