| Author |
WSDLReader and https (SSL)
|
Song Choe
Greenhorn
Joined: Jan 06, 2006
Posts: 8
|
|
hello i am trying to get the wsdl file from the secured page but i can't find the answer to this. my snippet looks as follow: .. WSDLFactory factory = WSDLFactory.newInstance(); WSDLReader wsdlReader = factory.newWSDLReader(); this.wsdlDefinition = wsdlReader.readWSDL(wsdlURL); this.wsdlURL = wsdlURL; .. .. this works great with the normal http site but not with the https. i have tried keytool too but it didn't seem to work. is there any other hint or solution to this problem?? thank you
|
SCJP 1.4<br />SCJD (work in progress)
|
 |
 |
|
|
subject: WSDLReader and https (SSL)
|
|
|