You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Daniel Herbison <he...@nortelnetworks.com> on 2004/09/07 15:12:12 UTC

WSDL2Java and HTTPS

When trying to use WSDL2Java with HTTPS I get the exception: "HTTPS hostname
wrong:  should be..."

 

Out side of WSDL2Java when I access a secure HTTP WSDL I have to provide a
HostnameVerifier in order for it to work but how can I get WSDL2Java to
create the clients for me when using a HTTPS WSDL?  Do I some how provide,
or tell it about, my own HostnameVerifier or do I just have to create my own
clients?