Using Application Explorer in BEA WebLogic Workshop for Event Handling
BEA WebLogic Adapter for SAP User’s Guide B-7
The Create Event Port dialog box opens.
a. In the Name field, type a name for the event port, for example, GETLIST_EventPort.
b. In the Description field, type a brief description.
c. From the Protocol drop-down list, select IBSE.
d. In the URL field, enter an iBSE destination using the following format:
ibse:/svcName.methName[;responseTo=respDest][;errorTo=errorDest]
The following table describes the disposition parameters.
2. Click OK.
Parameter Description
svcName Name of the service created with iBSE.
methName Name of the method created for the Web service.
respDest Location to post responses to the Web service. Optional.
A predefined port name or another disposition URL. The URL
must be complete, including the protocol.
errorDest Location where error logs are sent. Optional.
A predefined port name or another disposition URL. The URL
must be complete, including the protocol.