cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP: "XI.Timeout" module in the sender adapter

Former Member
0 Kudos

Hi,

Could you please explain in detail, how to enter the XI.timeout module in the soap sender adapter.

Regards,

Vishnu.

Accepted Solutions (0)

Answers (3)

Answers (3)

SudhirT
Active Contributor
0 Kudos

Hi Vishnu,

If your XI is at SP13 or above then only you can use XI.Timeout Parameter in Module Configuration table.

Check sap note no. 856597 which says "The default timeout value for synchronous calls is 5 minutes. You can increase this value by setting parameter XI.Timeout in the module parameter table of the SOAP adapter. The value must be given in milliseconds. For example, value 600000 represents the timeout value of 10 minutes. This parameter is not recognized in systems prior to SP13".

You just need to select the Module Key as soap and Parameter XI.Timeout and value in Milliseconds.

Thanks!

prateek
Active Contributor
0 Kudos

You cannot use Adapter module in Soap Sender channel.

For this you may use soap Axis channel at sender.

Regards,

Prateek

Former Member
0 Kudos

Hi Vishnu,

The default timeout value for synchronous calls is 5 minutes. You can increase this value by setting parameter XI.Timeout in the module parameter table of the SOAP adapter. The value must be given in milliseconds. For example, value 600000 represents the timeout value of 10 minutes. This parameter is not recognized in systems prior to SP13.

In the Module tab of the Communication channel you can find Module Parameters can be specified under Module Configuration section.

Add the XI.Timeout Parameter with some Parameter Value.

regards

Ganga