WSDL2JAVA through SSL and client cert

2008-03-04 Thread Eric Chow
Hello, How can I generate Java proxy stub with axis2 wsdl2java that will consume the WSDL through HTTPS and require a client cert for login? Would you please to show me how can I do this in ant build ? Best regards, Eric - To

Re: WSDL2JAVA through SSL and client cert

2008-03-04 Thread Upul Godage
Hi, Following works. Important thing is you have to set the identity keystore which contains the client certificate and the trust keystore which contains the certificate authorities to validate the certificates with the system properties. project name=quickstartadb basedir=.