Hello, I am attempting to generate my client stubs from my web service's WSDL over HTTPS. I am not attempting SSL client authentication, so I figured the stubs could be generated without setting up the keystore. After running the WSDL2Java utility, I receive the following exception:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: Certificate Chaining Error I am using Apache Axis 1.2RC2 and Tomcat 5.0.16 with Java 1.4.2_02 on Mac OS X. How do I resolve this issue? Thanks, Mike