On Tue January 26 2010 9:41:30 am Jonathan Bricker wrote: > Is there an example of how to use the conduitSelector element? If I have a > conduit defined how do I reference it from the jaxws:client?
Most likely, you would need to write your own ConduitSelector object that would be ApplicationContextAware and in your selectConduit(...) call, would make whatever choice it needs. You could try the "UpfrontConduitSelector" as that has a Conduit constructor arg. Never really tried it. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
