Dynamic endpoint example URIs
When an endpoint is determined dynamically, the message
is routed to the Universal Resource Indicator (URI) specified in the
target address element of the SMOHeader, /headers/SMOHeader/Target/address.
This topic lists the valid URI formats for the target types that are
supported for dynamic endpoints in mediation flows.
SOAP/HTTP
The URI format in the case of an export with a web service binding, is as follows:http://host:port/moduleName/sca/exportNameThe URI format in the general web service case, (when a web service is not implemented by an export with a web service binding), is as follows:
http://host:port/service
SOAP/JMS
The URI format in the case of
an export with a web service binding (soap/jms) is as follows:
The URI format in the case of an export with a web service binding, is as follows: jms:/queue?destination=jms/WSjmsExport&connectionFactory=jms/WSjmsExportQCF&targetService=WS
The
URI format in the general web service case, (when a web service is
not implemented by an export with a web service binding), is as follows:
jms:/queue?destination=<destName>&connectionFactory=<factory>&targetservice=<service>
SCA default binding example
The URI format
in the case of an export with the default SCA binding, is as follows:
sca://moduleName/exportName
For a detailed explanation of each target type, see Endpoint Lookup mediation primitive.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-01-20 10:38