Hello Daniel, thanks for your reply. actually i did it like:
requestContext.put(Message.ENDPOINT_ADDRESS, anotherUri); is it the same ?.. 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. > -- http://www.linkedin.com/in/vschiavoni http://jroller.com/vschiavoni
