Start of Content Area

Procedure documentation Adding WaitResponseBean in the Module Processor  Locate the document in its SAP Library structure

Use

The WaitResponseBean module waits for a response message.

You use the module in a sync/async bridge for sender and receiver channels.

If the response message arrives in the specified time period, it is forwarded.

If the response message does not arrive in the specified time period, an exception is set.

Prerequisites

You have configured a communication channel and are on the Module tab page in change mode.

Procedure

Add the Module in the Processing Sequence

...

       1.      Under Module Name, enter AF_Modules/WaitResponseBeanbefore the module name of the adapter.

       2.      Under Module Type, enter Local Enterprise Bean.

The Module Key is displayed.

Add Parameters in the Module Configuration for Sender and Receiver Adapters

       3.      To define the timeout for the response message, enter timeout under Parameter Name.

Under Parameter Value, enter the value in milliseconds.

The default value is 300,000 milliseconds.

 

 

End of Content Area