RE: WSDL2Java for HTTPS

2007-06-26 Thread Mark Babcock
server log, it means that the SSL callback was specified in terms of an IP address rather than a hostname. Quoted from: http://www.ja-sig.org/products/cas/server/ssl/index.html Does this seem to be your case? Regards, Ricardo Mark Babcock-3 wrote: I did everything you listed step by step

RE: WSDL2Java for HTTPS

2007-06-25 Thread Mark Babcock
/ /target Best Regards, Ricardo Mark Babcock-3 wrote: I am trying to generate stubs with the WSDL2Java tool I imported my certificate into my keystore (cacerts) using The keytool. When I run my build file I get the following exception: [java

RE: WSDL2Java for HTTPS

2007-06-25 Thread Mark Babcock
name=**/*.jar / /fileset /path taskdef resource=axis-tasks.properties classpathref=axis.classpath / PS. This is a refence to http://ws.apache.org/axis/java/ant/ant.html Best Regards, Ricardo Mark Babcock-3 wrote: Ricardo, Thank you for that amazing help. However, I'm having

WSDL2Java for HTTPS

2007-06-22 Thread Mark Babcock
I am trying to generate stubs with the WSDL2Java tool I imported my certificate into my keystore (cacerts) using The keytool. When I run my build file I get the following exception: [java] javax.net.ssl.SSLHandshakeException: sun.security.validator.Validato rException: PKIX path

RE: axis1.4 with https

2007-06-22 Thread Mark Babcock
Is my keystore the cacerts file or the .cer file I exported? -Original Message- From: Johan Roch [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 1:04 PM To: axis-user@ws.apache.org Subject: Re: axis1.4 with https If you generate code with WSDL2Java, add the parameter

RE: WSDL2Java for HTTPS

2007-06-22 Thread Mark Babcock
, Mark Babcock [EMAIL PROTECTED] wrote: I am trying to generate stubs with the WSDL2Java tool I imported my certificate into my keystore (cacerts) using The keytool. When I run my build file I get the following exception: [java] javax.net.ssl.SSLHandshakeException

wsdl2java consume https

2007-06-19 Thread Mark Babcock
How do I consume a secure webservice with wsdl2java?

java 2 wsdl

2007-06-11 Thread Mark Babcock
Hello, I'm not even sure where to begin this plea for assistance. So I will start with The known's. I'm trying to use the WSDL2Java utility (ANT file below). However, I'm trying to connect to a HTTPS wsdl and I'm getting an error about the certificates.