IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Building mediation flows > Selecting endpoints dynamically

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.

Selecting endpoints dynamically