You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Petersu <su...@gmail.com> on 2015/06/30 10:21:22 UTC

Changing SOAP Address Location in WSDL

Hi 

I am using CXF with Spring 2.5 version. I need to change SOAP Address
Location value appear in WSDL. 

At the moment my SOAP address location shows the real server name instead of
proxy url because of below configuration in SpringContext.xml. 

My Spring configuration is look like below. 


<jaxws:endpoint id="userServiceEndpoint"
		implementor="#userService" address="/public/api/user-service/v1">

In Spring version 3.0 and higher by declaring
publishedEndpointUrl="#{serviceImpl.publishedUrl}"  we can meet this
requirement. Unfortunately in Spring 2.5 version I  cannot give the above
syntax due to Spring Expression behavior with the Spring version 2.5. 


My Question -> Please advise me is there a possibility that I can override
CXF method and enforce the SOAP address location with the Proxy Server url.

Thanks 
Peter S




--
View this message in context: http://cxf.547215.n5.nabble.com/Changing-SOAP-Address-Location-in-WSDL-tp5758667.html
Sent from the cxf-user mailing list archive at Nabble.com.