Generate Integration Bus
SCA Definition wizard
The following panels are shown by
the Generate Integration Bus SCA Definition wizard:
Panel properties
Certain properties are
displayed only when an outbound binding is being configured. These
are indicated in the following list of properties:
- Host name
- The machine that hosts WebSphere® MQ.
The default is localhost.
- Port
- The port on which to connect to a specific WebSphere MQ queue manager. The default is 1414.
- Channel
- The WebSphere MQ channel. The default
is SYSTEM.DEF.SVRCONN.
- Request queue manager
- The WebSphere MQ queue manager where
the request queue resides.
- Request queue
- The queue to which request messages are sent.
- Response queue
- (This property is displayed only if the interface has one at least
one request-response operation.) The queue to which response messages
are sent.
- Response queue manager
- (Outbound binding only. This property is displayed only if the
interface has one at least one request-response operation.) The WebSphere MQ queue manager where the response
queue resides, if different from the request queue manager. This field
is optional; if it is left blank, the Response queue manager defaults
to the Request queue manager.
- Request data binding handler
If the default message domain of the message set in which the
Integration Bus SCA definition is to be generated is XMLNSC, XMLNS
or XML, the default data binding handler is UTF8XMLDataHandler. Otherwise,
the default data binding handler is empty, and you can select one
of the following options:
- COBOL, C, PL/I language data binding generator
- CSVDataHandler
- Fixed width
You can enter a custom handler instead; the handler must exist
in the WebSphere Integration
Developer module.
- Response data binding handler
- (This property is displayed only if the interface has one at least
one request-response operation.) If the default message domain of
the message set in which the Integration Bus SCA definition is to
be generated is XMLNSC, XMLNS or XML, the default data binding handler
is UTF8XMLDataHandler. Otherwise, the default data binding handler
is empty, and you can select one of the following options:
- COBOL, C, PL/I language data binding generator
- CSVDataHandler
- Fixed width
You can enter a custom handler instead; the handler must exist
in the WebSphere Integration
Developer module.
- Response correlation ID options
- (Outbound binding only.) The message exchange mechanism used to
correlate request messages with their response messages. Choose from From
Request Message ID (default), or From Request Correlation
ID.