I don't think this is a WSDL or CXF/Spring issue. The precise SSL port used is part of your servlet container configuration, in the web.xml you just need to activate SSL (http://www.jroller.com/gmazza/entry/ssl_for_web_services). The endpoint URL's you see in the WSDL from the browser will be dynamically updated by the web service runtime.

Glen

On 07.02.2011 10:30, Morris Jr, David P wrote:
I have a CXF webservice that is running under SSL.

Currently the SSL port is 8443 for apache tomcat. I would like to 'dynamically' 
change the SSL port to 8181 for glassfish without having to change the WSDL 
file and CXF+Spring configuration files. Is this possible?

Thanks!


--
Glen Mazza
Software Engineer, Talend (http://www.talend.com)
blog: http://www.jroller.com/gmazza


Reply via email to