In your scenario do you have a finite number of URLs that events can go to or are the URL variable, for example, are they derived from the contents of the events themselves?
In the case that there are a fixed number then a reference with multiplicity > 1 could be used to configure the set of endpoints at application construction time. The business logic can then select from a set of pre-configured references each with different URLs If the URLs cannot be pre-determined then this more dynamic scenario is more difficult. We'd have to find a way of fluffing up a new binding instance a runtime. Not something we do at the moment. Is the target web service and SCA service also or is it some existing non-SCA web service? Regards Simon
