cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Receiver

Akhil_Sun
Participant
0 Kudos

hey,

i am doing idoc-soap and i faced the error called

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 401 Unauthorized: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 401 Unauthorized</SAP:AdditionalText>

plzzz help me out abt the error

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member190389
Active Contributor
0 Kudos

see the error is for content type make sure the soap message has the correct content type here it is giving error for text/html

Former Member
0 Kudos

Hi Akhil,

In you receiver SOAP adapter, under Connection Parameters select the check box next to Configure User Authentication and provide the User/Password.

Hope this helps.

Regards,

Riyaz

Former Member
0 Kudos

hi akhil,

If we get the authorization error: u201C401 unauthorisedu201D from adapter servetu2026we must use one of the user name assigned in the security role xi_adapter_soap_message for component XISOAPADAPTER The user authentication of the SOAP adapter is not part of the SOAP adapter but of the web container of the J2EE engine.

regards

kummari

Former Member
0 Kudos

hi akhil,

Assign the role XI_ADAPTER_SOAP_MESSAGE to your user id and try to send the message

reward points if helpfull

regards

kummari

Former Member
0 Kudos

Hi,

Check the roles assigned for the user you are using....

check for this ..................XI_ADAPTER_SOAP_MESSAGE

Thanks,

Madhu