aspose file tools
The moose likes Web Services and the fly likes webservice with https protocol Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "webservice with https protocol" Watch "webservice with https protocol" New topic
Author

webservice with https protocol

Jomy George
Ranch Hand

Joined: Jan 13, 2011
Posts: 59
hi friends,

i have to use a webservice from java. the service url is in "https" protocol.
now i can use the service from soapui, and can view response.

but when i useit in java code it returns an exception (sun.security.validator.ValidatorException).
also when i type that webservice url in web browser it shows a message saying " the security certificate presented by this website was issued for different website address"

could anyone say what is the issue behind this?
if it is some issue related to security certificate, then how it works fine in soapui?

Thanks in advance....
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: webservice with https protocol
 
Similar Threads
SOAP over HTTPS / SSL
SSL handshake failure
Two Way SSL Authentication ::
Connecting from JAVA to WCF web service through HTTPS
How to invoke a WS with authentication?