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
: 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
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
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
Can anyone tell me how to process a wsdl with an https endpoint from the
command line/ant?