Note #2 might help you:
http://www.jroller.com/gmazza/entry/web_service_tutorial#notes

Glen


Villoud Pierre Julien wrote:
> 
> Hi all,
> 
> I'm having a problem with the generation of my wsdl. In local mode, it's
> working fine :
> 
> <wsdl:service name="MyService">
>     <wsdl:port name="MyPort" binding="tns:MyServiceSoapBinding">
>       <soap:address location="http://localhost:9090/MyPort"/>
>     </wsdl:port>
> </wsdl:service>
> 
> However, when deploying on an external server, the wsdl generated still
> contains the same soap location (localhost). Is the plugin supposed to
> generate a valid address on its own ?
> 
> If not, do you know if this issue comes from the maven configuration, the
> endpoint configuration with Spring, or the configuration of the server ?
> 
> Thanks !
> 

-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Soap-address-location-is-localhost-when-deploying-tp2807550p2826769.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to