Thank you, I believed that worked!

 

-----Original Message-----
From: Wagle, Shriniwas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 07, 2004 8:41 AM
To: [EMAIL PROTECTED]
Subject: RE: WSDL2Java and HTTPS

 

The name on the certificate (The CN component) should match the hostname on the service endpoint in the WSDL.

If you get these two to match, that should fix the error you are getting.

 


From: Daniel Herbison [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 07, 2004 9:12 AM
To: [EMAIL PROTECTED]
Subject: WSDL2Java and HTTPS

When trying to use WSDL2Java with HTTPS I get the exception: “HTTPS hostname wrong:  should be…”

 

Out side of WSDL2Java when I access a secure HTTP WSDL I have to provide a HostnameVerifier in order for it to work but how can I get WSDL2Java to create the clients for me when using a HTTPS WSDL?  Do I some how provide, or tell it about, my own HostnameVerifier or do I just have to create my own clients?

 

 

Reply via email to