dkulp wrote: > > One you have a handle to your client object, you can always reset the > address > it uses on a per invoke basis: > > > ((BindingProvider)client).getRequestContext() > .put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, > "http://blah/blah/blah"); > > > -- > Daniel Kulp > [email protected] > http://www.dankulp.com/blog > >
That what I want, thank a lot Daniel -- View this message in context: http://old.nabble.com/spring-2.5-with-client-side-manual-address-tp26619676p26635751.html Sent from the cxf-user mailing list archive at Nabble.com.
