Start of Content Area

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

Use

You use the NotifyResponseBean module to send a message as a response to an application message.

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

Prerequisites

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

      The module must run in the same Adapter Engine as the corresponding WaitResponseBeanmodule.

More information: WaitResponseBean

Procedure

Add the Module in the Processing Sequence

...

       1.      Under Module Name, enter AF_Modules/NotifyResponseBean before 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 a maximum time within which the response message must be delivered, enter timeout under Parameter Name.

Under Parameter Value, enter the value in milliseconds.

The default value is 300,000 milliseconds.

       4.      To specify the name of the system error or application error, enter fault under Parameter Name.

Under Parameter Value, enter the name.

       5.      To differentiate system errors from application errors, enter faultNamespace under Parameter Name.

       If you enter http://sap.com/xi/XI/System under Parameter Value, the error is interpreted as a system error.

       If you enter a different namespace under Parameter Value, the error is interpreted as an application error.

 

 

End of Content Area