This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Binding events

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
The event types available for the IBM® Business Automation Workflow bindings (JMS, JAX-WS, HTTP, EJB, and EIS) are listed.
All binding events contain a single element, with a base prefix name of binding:WBI.SCA.*. The event structure is described in the XML Schema Definition (XSD) file SCABindingEvents.xsd. The file can be found in the $WAS_HOME/plugins/com.ibm.ws.sca.bindingcore.jar/model directory.
Note: To enable the monitor event framework, open the following trace:

WBIEventMonitor.CEI.SCABinding.*=all: WBIEventMonitor.LOG.SCABinding.*=all

Events for the JMS, JAX-WS, HTTP, EJB, and EIS bindings are listed in the sections that follow.

JMS binding

Table 1. JMS binding
Event Name Event Nature Event Contents Type
WBI.SCA.JMSBINDING.ENTRY ENTRY MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: JMS
DESTINATION string
REPLY_DESTINATION string
CALLBACK_DESTINATION string
DIRECTION string restriction: REQUEST, RESPONSE
JMS_TYPE string restriction: SIBus, GenericJMS, MQJMS, MQNative
DATABINDING_NAME string
MESSAGE_ID string
CORRELATION_ID string
WBI.SCA.JMSBINDING.EXIT EXIT MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: JMS
DESTINATION string
REPLY_DESTINATION string
CALLBACK_DESTINATION string
DIRECTION string restriction: REQUEST, RESPONSE
JMS_TYPE string restriction: SIBus, GenericJMS, MQJMS, MQNative
DATABINDING_NAME string
MESSAGE_ID string
CORRELATION_ID string
WBI.SCA.JMSBINDING.FAILURE FAILURE MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: JMS
DESTINATION string
REPLY_DESTINATION string
CALLBACK_DESTINATION string
DIRECTION string restriction: REQUEST, RESPONSE
JMS_TYPE string restriction: SIBus, GenericJMS, MQJMS, MQNative
DATABINDING_NAME string
MESSAGE_ID string
CORRELATION_ID string
Exception string

For an example of JMS binding event code, see the related links at the end of this topic.

JAX-WS binding

Events associated with the JAX-WS binding, along with the extended data elements that are unique to each event, are listed in Table 2.
Table 2. JAX-WS binding
Event Name Event Nature Event Contents Type
WBI.SCA.JAXWSBINDING.ENTRY ENTRY MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: JAX-WS
SERVICE_QNAME string
PORT_QNAME string
ENDPOINT string
WBI.SCA.JAXWSBINDING.EXIT EXIT MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: JAX-WS
SERVICE_QNAME string
PORT_QNAME string
ENDPOINT string
WBI.SCA.JAXWSBINDING.FAILURE FAILURE MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: JAX-WS
SERVICE_QNAME string
PORT_QNAME string
ENDPOINT string
Exception string

HTTP binding

Events associated with the HTTP binding, along with the extended data elements that are unique to each event, are listed in Table 3.
Table 3. HTTP binding events
Event Name Event Nature Event Contents Type
WBI.SCA.HTTPBINDING.ENTRY ENTRY MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: HTTP
ENDPOINT string
HTTPMETHOD string
WBI.SCA.HTTPBINDING.EXIT EXIT MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: HTTP
ENDPOINT string
HTTPMETHOD string
WBI.SCA.HTTPBINDING.FAILURE FAILURE MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: HTTP
ENDPOINT string
HTTPMETHOD string
Exception string

EJB binding

Events associated with the EJB binding, along with the extended data elements that are unique to each event, are listed in Table 4.
Table 4. EJB binding events
Event Name Event Nature Event Contents Type
WBI.SCA.EJBBINDING.ENTRY ENTRY MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: EJB
JNDI_NAME string
DATABINDING_NAME string
WBI.SCA.EJBBINDING.EXIT EXIT MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: EJB
JNDI_NAME string
DATABINDING_NAME string
WBI.SCA.EJBBINDING.FAILURE FAILURE MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: EJB
JNDI_NAME string
DATABINDING_NAME string
Exception string

EIS binding

Events associated with the EIS binding, along with the extended data elements that are unique to each event, are listed in Table 5.
Table 5. EIS binding events
Event Name Event Nature Event Contents Type
WBI.SCA.EISBINDING.ENTRY ENTRY MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: EIS
RESOURCE_ADAPTER string
WBI.SCA.EISBINDING.EXIT EXIT MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: EIS
RESOURCE_ADAPTER string
WBI.SCA.EISBINDING.FAILURE FAILURE MODULE_NAME string
BINDING_NAME string
OPERATION_NAME string
BINDING_TYPE string restriction: import and export
BINDING_PROTOCOL string restriction: EIS
JNDI_NAME string
RESOURCE_ADAPTER string
Exception string