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/<exportName>
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:
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 reference.
Related concepts
WebSphere Service Registry and Repository (WSRR)
Related tasks
Selecting endpoints dynamically using registry lookup
Selecting endpoints dynamically without using a registry
Related reference
Message routing when dynamic endpoint property is set

Feedback
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.