RE: WSDL2Java and HTTPS

2004-09-07 Thread Daniel Herbison
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

RE: WSDL2Java and HTTPS

2004-09-07 Thread Daniel Herbison
: 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

RE: WSDL2Java and HTTPS

2004-09-07 Thread Wagle, Shriniwas
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

WSDL2Java and HTTPS

2004-09-07 Thread Daniel Herbison
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 HTTP

wsdl2java and https

2003-06-03 Thread Justin Lee (HFS)
Can anyone tell me how to process a wsdl with an https endpoint from the command line/ant?