I'm unsure if you're trying to change the URL that a SOAP client is using, or
a the URLs being employed by the web service.

If the former, Step 7 of [1] might help you.  You can use dependency
injection to feed a URL to your SOAP client, and use the Java code in Step
#7 to dynamically change the URL based on what is fed in.

If the latter, I'm not exactly certain but Note #4 of [2] may give you an
indication of where this information is configured.

HTH,
Glen

[1] http://www.jroller.com/gmazza/date/20070817
[2] http://www.jroller.com/gmazza/date/20071019#notes



Christopher Cheng wrote:
> 
> How could I change the endpoint addresses of all service calls in cxf?
> I am trying to switch the endpoint address from https://myhost/websvc to
> http://myhost/websvc 
> Is there a 1-line configuration to do that?
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-change-endpoint-address-in-cxf.xml--tp15741255p15741843.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to