On Tue May 5 2009 5:46:42 pm Valerio Schiavoni wrote: > Hello Daniel, > thanks for your reply. > > actually i did it like: > > requestContext.put(Message.ENDPOINT_ADDRESS, anotherUri); > > is it the same ?..
Pretty much. The JAX-WS keys are just mapped into our internal keys. You just used the internal key directly. Dan > On Tue, May 5, 2009 at 11:11 PM, Daniel Kulp <[email protected]> wrote: > > , is it possible to 'redirect' the > > > > > requests to a different URI? > > > > Yep. The JAX-WS spec requires this. There is a > > BindingProvider.ENDPOINT_ADDRESS_PROPERTY key that can be set into the > > request > > context to have it send to a different URL. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
