RE: WSDL2Java for HTTPS

2007-06-26 Thread Mark Babcock
m: r1c4r60 [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 3:48 PM To: axis-user@ws.apache.org Subject: RE: WSDL2Java for HTTPS Hi, "Certificates for IP addresses will not work Quite simply, issuing and using certificates that authenticate IP addresses rather than host names will not wo

RE: WSDL2Java for HTTPS

2007-06-25 Thread Ford, Jennifer M.
essage- From: r1c4r60 [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 2:48 PM To: axis-user@ws.apache.org Subject: RE: WSDL2Java for HTTPS Hi, "Certificates for IP addresses will not work Quite simply, issuing and using certificates that authenticate IP addresses rather than host n

RE: WSDL2Java for HTTPS

2007-06-25 Thread r1c4r60
ption: unable to find valid certification path to requested target > [axis-wsdl2java]at > sun.security.provider.certpath.SunCertPathBuilder.eng > ineBuild(SunCertPathBuilder.java:174) > [axis-wsdl2java]at > java.security.cert.CertPathBuilder.build(CertPathBuil > der.j

RE: WSDL2Java for HTTPS

2007-06-25 Thread Mark Babcock
PROTECTED] Sent: Monday, June 25, 2007 10:57 AM To: axis-user@ws.apache.org Subject: RE: WSDL2Java for HTTPS Hi Mark, Most likely you haven't set the Axis Classpath. It could be done in several different ways as for example the one described at the Axis Installation page: http://ws.apache.org

RE: WSDL2Java for HTTPS

2007-06-25 Thread r1c4r60
t; ant tag axis-wsdl2java. Getting the name is undefined. > > -Original Message- > From: r1c4r60 [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 9:22 AM > To: axis-user@ws.apache.org > Subject: Re: WSDL2Java for HTTPS > > > Hi, > > This is a

RE: WSDL2Java for HTTPS

2007-06-25 Thread Mark Babcock
Ricardo, Thank you for that amazing help. However, I'm having problems with the ant tag axis-wsdl2java. Getting the name is undefined. -Original Message- From: r1c4r60 [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 9:22 AM To: axis-user@ws.apache.org Subject: Re: WSDL2Jav

Re: WSDL2Java for HTTPS

2007-06-25 Thread Davanum Srinivas
Excellent write up. thanks! -- dims On 6/25/07, r1c4r60 <[EMAIL PROTECTED]> wrote: Hi, This is a way to solve the WSDL over HTTPS issue reported by so many resulting in "No Trusted Certificate". 1 - Export Certificate from Internet Explorer 1.1 -> Access the service WSDL location (Ex. https

Re: WSDL2Java for HTTPS

2007-06-25 Thread r1c4r60
Hi, This is a way to solve the WSDL over HTTPS issue reported by so many resulting in "No Trusted Certificate". 1 - Export Certificate from Internet Explorer 1.1 -> Access the service WSDL location (Ex. https://foo.com/bar?wsdl) 1.2 -> Internet explorer will prompt a security alert 1.3 -> Selec

RE: WSDL2Java for HTTPS

2007-06-22 Thread Mark Babcock
How do I use the JVM arg for javax.net.ssl.trustStore? -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 11:37 AM To: axis-user@ws.apache.org Subject: Re: WSDL2Java for HTTPS try using for the javax.net.ssl.trustStore On 6/22/07, Mark

Re: WSDL2Java for HTTPS

2007-06-22 Thread Davanum Srinivas
s-user@ws.apache.org Subject: Re: WSDL2Java for HTTPS try using for the javax.net.ssl.trustStore On 6/22/07, Mark Babcock <[EMAIL PROTECTED]> wrote: > > > > > I am trying to generate stubs with the WSDL2Java tool > > I imported my certificate into my keystore (cacerts) using >

Re: WSDL2Java for HTTPS

2007-06-22 Thread Davanum Srinivas
try using for the javax.net.ssl.trustStore On 6/22/07, 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: [