Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Using WSDL Explorer with a wsdl that incorporates Transport-Level/SSL Security
Using WSDL Explorer with a wsdl that incorporates Transport-Level/SSL Security [message #209243] Thu, 28 February 2008 23:01 Go to next message
Eclipse UserFriend
Originally posted by: jryding.us.ibm.com

Hello,

I have been trying to access the web services of a WSDL file that uses
https to access the web services. When I try to submit a query with this
security i get the following error:

IWAB0135E An unexpected error has occurred.
javax.net.ssl.SSLHandshakeException
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target

I found this newsgroup message from 2005 that solves the problem of being
able to access the web service over https:

http://dev.eclipse.org/newslists/news.eclipse.webtools/msg08 577.html

My problem is how can I acquire the SSL certificate on my computer so that
I can have my web services talk to the server I that holds the data I
need? I have no access to the server and I am using the web services that
they supply. All that their site says is that for their WSDL file, it
uses transport-level security (HTTPS) and a username and password token to
secure access the information, nothing else on how to utilize it other
than this link to developerWorks:

http://www-128.ibm.com/developerworks/websphere/library/tech articles/0504_cowan/0504_cowan.html

Which does not explain how to enable this stuff with eclipse or acquire
the SSL certificate to a server that I have no access to whatsoever.

Any ideas?

Thank you.
Re: Using WSDL Explorer with a wsdl that incorporates Transport-Level/SSL Security [message #209259 is a reply to message #209243] Fri, 29 February 2008 01:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

John Ryding wrote:
> Hello,
>
> I have been trying to access the web services of a WSDL file that uses
> https to access the web services. When I try to submit a query with
> this security i get the following error:
>
> IWAB0135E An unexpected error has occurred.
> javax.net.ssl.SSLHandshakeException
> sun.security.validator.ValidatorException: PKIX path building failed:
> sun.security.provider.certpath.SunCertPathBuilderException: unable to
> find valid certification path to requested target
>

This blog entry should get you going:

http://blogs.sun.com/andreas/entry/no_more_unable_to_find
Re: Using WSDL Explorer with a wsdl that incorporates Transport-Level/SSL Securi [message #209417 is a reply to message #209259] Tue, 04 March 2008 00:42 Go to previous message
Eclipse UserFriend
Originally posted by: jryding.us.ibm.com

I tried the program that was posted on that site, running the following
command from the command line;

java InstallCert <host>

(where <host> is the website i am trying to access) and the only thing
that comes up is:

"Exception in 'main' java.lang.NoClassDefFoundError: InstallCert"

The only thing that I have been able to to change this line of code:

File file = new File("jssecacerts");

from jssecacerts to the path of another file. Does anyone have an idea?
Previous Topic:What is "Location" field in Server Properties
Next Topic:Running operation that continuously refresh SWT Browser it doesnt stay minimize
Goto Forum:
  


Current Time: Wed Apr 24 23:02:55 GMT 2024

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

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

Back to the top