cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout issues in synchronous webservices

08-16-2008 8:47 AM
433 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

Hi Everybody,

I am working on a synchronous webservice Interface in which sender is a Webservice and receiver is BAPI (RFC) and I need to handle the time out issue when i dont get the response from the receiver SAP system.Also need to raise an alert.

Can anybody help me out on this.

Helpful answers will be rewarded points.

Regards,

RK

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

ok

Former Member
0 Likes

Hi,

For the timeout issue look at these:

For the alert I think you should take a look at these:

(***)

Hope it helps.

Best Regards,

Arman

(Please mark your question as answered when it is solved)

Former Member
0 Likes

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.

Specify parameters and values in the Module Configuration for a module in the Processing Sequence table.

Module Configuration

Fields

Entry

Module Key

Select the module key of the module for which you want to specify parameter names and values.

Parameter Name

Specify the parameter name.

If the parameter name begins with pwd, a password and confirmation are expected under Parameter Value.

Parameter Value

Specify a value for the specified parameter name.

The password with confirmation is displayed as asterisks (*) when entered.