Dynamic service calls

There are two approaches a collaboration can use to request services in the WebSphere InterChange Server. The first method is through a static call; you define the destination collaboration or connector for the service call when you design the collaboration and bind it to a specific port. This makes the service call static in that it can only communicate with the explicitly bound destination.

The second method is by making a dynamic service call to the destination collaboration or connector. This method allows you to dispatch business objects to multiple destinations that are not known when you are designing the collaboration. You implement a dynamic service call using dynamicSend().

The advantages of using dynamic service calls are:

When deciding whether to use dynamic service calls, consider the following:

Copyright IBM Corp. 1997, 2004