You might also find the autoRewriteSoapAddress property useful.
Unfortunately it's not very well documented and if you google it most of the hits are me talking about the fact that it can't be set from Spring. The bug report for that shows what does and doesn't work: https://issues.apache.org/jira/browse/CXF-2770

Jim

On 09/09/2010 00:00, Glen Mazza wrote:
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 !


Reply via email to