posted 22 years ago
I have a webservices running in the weblogic server. And that services is made to be accessed only through "https" protocol by mentioning this attribute in config.xml.
I have written code in my client application to configure SSL using BaseWLSSLAdapter class and using the the client.jar to invoke service of that webserivce by passing the https URL. But it is saying "handshake has failed"
Can you please reply me how i could do this with an example.