Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » create a web service client from a WSDL that is only accessible via a self-signed SSL cert
create a web service client from a WSDL that is only accessible via a self-signed SSL cert [message #693581] Wed, 06 July 2011 19:37 Go to next message
ben may is currently offline ben mayFriend
Messages: 12
Registered: July 2011
Junior Member
I have a WSDL that's on a server that forces HTTPS. The cert is invalid, when I try and access the WSDL via a browser I have to add an exception. I haven't figured out how to get eclipse to access this WSDL without errors. Is this even possible? I am trying to auto-generate stub code. Thanks!
Re: create a web service client from a WSDL that is only accessible via a self-signed SSL cert [message #693668 is a reply to message #693581] Thu, 07 July 2011 00:05 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 07/06/2011 02:37 PM, ben may wrote:
> I have a WSDL that's on a server that forces HTTPS. The cert is invalid,
> when I try and access the WSDL via a browser I have to add an exception.
> I haven't figured out how to get eclipse to access this WSDL without
> errors. Is this even possible? I am trying to auto-generate stub code.
> Thanks!
Access it using a browser. You can then use the Save as feature of your
browser to save it to a local file. You can then create the stub code
from the local file.

BTW, this forum is for Java Development Tool questions. For Web
development questions you should use the Web Tools Platform forum.
Re: create a web service client from a WSDL that is only accessible via a self-signed SSL cert [message #693963 is a reply to message #693668] Thu, 07 July 2011 14:48 Go to previous message
ben may is currently offline ben mayFriend
Messages: 12
Registered: July 2011
Junior Member
great, thanks. I will try over there...
Previous Topic:Re: Bug in "align fields in columns" Formatter with inline comments
Next Topic:Java Applet
Goto Forum:
  


Current Time: Thu Apr 25 07:42:05 GMT 2024

Powered by FUDForum. Page generated in 0.02889 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top