You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jianghui Liu <jl...@successfactors.com> on 2005/10/08 01:41:34 UTC

Question: how to deploy over HTTPS

Hi all,
 
I had some web service APIs and I'd like to deploy them over HTTPS. By
default all the targetNameSpace(in wsdl) is prefixed with http://. How
can I replace it with https://?
The reason is our client has to connect us using https and they don't
want to manually change their proxy class after generated from WSDL.
 
Appreciate if you can provide any hint.
Jane