cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP ADPTER TIME OUT

Former Member
0 Kudos

hi

i am getting error.

SOAP: call failed java.net. connect exception: connection time out.

Kindly suggest how 2 increase time out.

Sachin

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor
0 Kudos

Increase the HTTP time out parameter using SXMB_ADM..........

SXMB_ADM-->Integration Engine Configuraion -->Specific Configuration

Add new entry of type RUNTIME, parameter HTTP_TIMEOUT and give current value as say 10000

Shabarish_Nair
Active Contributor
0 Kudos

in note 856597 it specifies how to use the parameter to increase time out.

Module Key        = soap
Parameter name = XMBWS.Timeout
Parameter value  = xxxx - this will be in milliseconds

further ref: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a2202...

former_member181985
Active Contributor
0 Kudos

Thanks Vijay for the info..........

Former Member
0 Kudos

HI

Thanks a lot.

how can call module parameter table ?

Sachin

Former Member
0 Kudos

Hi,

in ID in SOAP comm channel, in module tab, in module configuration, in key in dropdown you will see soap.........in parameter name use XMBWS.timeout and in parameter value specify the value in milliseconds.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Thanks , ID ?

plase let me know in detail.

thanks

Former Member
0 Kudos

Hi,

ID means Integration Directory where you created your SOAP communication channel in XI......you go to ID by SXMB_IFR transaction and then Integration Builder webpage.

Regards,

Rajeev Gupta

Answers (1)

Answers (1)

JoelTrinidade
Active Contributor
0 Kudos

Hi Sachin,

It could be a connection time out issue or it could be that the web service is unavailable or in even some remote cases this error has come up due to the firewall itself.

Source:

Regarding timeout parameter increase it through visual admin ask your basis guy to do it for you.

Regards

joel

Edited by: joel trinidade on Mar 18, 2009 2:50 PM