Manual Binding Reference

When you configure a binding for a reference, you are prompted for information about the binding.

Field Required? Editable? Description
Name Y Y Name of the binding.
Type Y Y Type of binding. Default is SOAP binding.
Transport Type Y Y Type of transport supported by the binding. HTTP or JMS.
SOAP Version N N Version of the SOAP specification. 1.1 or 1.2
HTTP
HTTP Client Configuration Y Y

The HTTP Client resource template represents an outgoing HTTP connection.

Enable WS-Addressing N Y Indicate whether to enable WS-Addressing headers. When checked, the Connector Name field displays.
Connector Name N Y A HTTP Connector to which responses are sent .
Endpoint URI Y Y

The endpoint URI.

This field is populated from the SOAP Address element of the WSDL port associated with the SOAP-HTTP reference binding. This value can be edited by typing the new value or by using the Substitution Variables picker to select a substitution variable that points to a valid endpoint URI value.

JMS
Binding Specification Y N Binding specification supported: TIBCO or W3C SOAP-JMS.

Default: TIBCO.

JMS - Inbound
Acknowledge Mode Y N Acknoledgement mode for incoming messages. Set to Auto, meaning that the message is automatically acknowledged when it is received.
Reply Destination Y Y A JMS Destination.
JMS-Outbound
JMS Connection Factory Y Y A JMS Connection Factory .
JMS Destination Y Y A JMS Destination.
Note: Only queues are supported for SOAP/JMS. Topics are not supported.
Delivery Mode Y Y The delivery mode of messages:
  • Persistent Messages are stored and forwarded.
  • Non-Persistent Messages are not stored and may be lost due to failure.

Default: Persistent.

Message Priority Y Y The priority of the message. Priority is a value from 0-9. Higher numbers signify a higher priority (that is, 9 is a higher priority than 8).

Default: 0.

Message Expiration N Y The length of time a message can remain active. 0 means that the message does not expire.

Default: 0.

Correlation Scheme Y Y

Scheme which identifies the correlation scheme used when sending reply messages.

  • MessageID to CorrelationID (default) — Message ID of the request message is copied to the Correlation ID of the response message.

  • CorrelationID to CorrelationID — Correlation ID of the request message is copied to the Correlation ID of the response message.