aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes WSDLReader and https (SSL) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "WSDLReader and https (SSL)" Watch "WSDLReader and https (SSL)" New topic
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)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: WSDLReader and https (SSL)
 
Similar Threads
Regarding Web Service Call from Java
WSDLReader and https (SSL)
WSDLReader and https (SSL)
Using dispatch to call a webservice with more than one operation
Access net via Automatic Configuration Script