Sometimes a browser is lot more tolerant of expired certificates that an average java client. When you view the WSDL in the browser, you can check the certificate and its expiry date(click on the lock icon at the bottom if using IE) Server cert may indeed have expired. I don't know if wsdl2java has any option that lets you ignore expired certs.
It should be possible for you to proceed by saving the WSDL file locally once you are able to get it via the browser and then run WSDL2Java on it. Cheers, Sanjay --- Leslie Zhang <[EMAIL PROTECTED]> wrote: > > Hi Guys, > I have a problem of running the wsdl2java program > with https. Does any one > have an idea of how to run wsdl2java with https. > Although my machine was able to connect to > https://punto-bt.act.cmis.csiro.au/hdi/LinkageStandardisationService.wsdl > when I invoked: > java org.apache.axis.wsdl.WSDL2Java > https://punto-bt.act.cmis.csiro.au/hdi/LinkageStandardisationService.wsdl > WSDL2java threw the following exception: > javax.net.ssl.SSLHandshakeException: > java.security.cert.CertificateExpiredException: > NotAfter: Thu Dec 27 > 08:56:04 EST 2001 > I have no idea which certificate it was referred to > and why that exception > was thrown. > Help please ! > Les > > > ========================================== > Leslie ZHANG > E - Service Integration > Mathematical and Information Sciences > CSIRO > GPO Box 664, Canberra, ACT 2601, Australia > Ph: (02) 6216 7072, Fax: (02) 6216 7111 > ========================================== > "The future doesn't belong to the fainthearted; it > belongs to the brave." > --- Ronald Reagan > > > ATTACHMENT part 2 application/ms-tnef name=winmail.dat __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
