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 (2)

Answers (2)

Former Member
0 Kudos

Hi,

This error cause Calling the AF may result in HTTP 401 during high load.

Increase Poolmaxsize and Poolmaxwait parameters until problem disappears.

*Reward Points If Useful*

Regards,

Prakasu

Akhil_Sun
Participant
0 Kudos

hi,

thank for replying but how to increase Poolmaxsize and Poolmaxwait parameters.

Former Member
0 Kudos

hi,

Ask your basis to do this.

You need to logon J2EE visual Admin.

There you have to found these parameters.

default values is Poolmaxsize =10

Poolmaxwait =30 sec.

You need to increase Like Poolmaxsize =50

Poolmaxwait =60000 sec.

Regards,

Prakasu

Former Member
0 Kudos

Did you check you authentication with the calling webservice?

Re-check Username & Password

Thanks

Farooq