Communicating with web service on SSL

Posted by Krt_Malta on Stack Overflow See other posts from Stack Overflow or by Krt_Malta
Published on 2010-03-18T16:54:55Z Indexed on 2010/03/19 0:41 UTC
Read the original article Hit count: 418

Hi,

I have a web service which previously was deployed on http. I used to generate stub classes using wsimport using wsimport http://localhost:8080/MiniForumService/MiniForumService?wsdl.

Now I deployed it on SSL. But when I try to generate the stub classes from it using wsimport https://localhost:8443/MiniForumService/MiniForumService?wsdl but I'm getting the following error:

unable to find valid certification path to requested target 

I'm using a self-signed certificate on the server. How can I solve this please? I've googled about but haven't found a solution till now

Thanks and regards, Krt_Malta

© Stack Overflow or respective owner

Related posts about web-services

Related posts about web-applications