On Mon, May 4, 2009 at 10:54 AM, Valerio Schiavoni <[email protected]> wrote: > client.getRequestContext().put( > BindingProvider.ENDPOINT_ADDRESS_PROPERTY, > "http://localhost:8080/Changed");
Seems like the correct property was: requestContext.put(Message.ENDPOINT_ADDRESS, uri); not sure to understand the reasons for that. An old discussion about same topic: https://issues.apache.org/jira/browse/CXF-414 didn't clarify my doubts.. -- http://www.linkedin.com/in/vschiavoni http://jroller.com/vschiavoni
