Hi Folks,
I have been trying this for the last couple of weeks. I want to deploy a webserivice in weblogic which shud be accessed by https.
My webservice shud be registered as
https://localhost:7002/XContext/XService/XPort For this I am using apache axis 1.4. I used the demo trust and demo key in weblogic. When I try to run AdminClient I get this error -
Then I did some R&D, and I guess I need to set up my server with some keystores.
I did have a certificatefile PEM and a keyfile PEM. I tried using the utils.ImportPrivateKey. Now, I get this error
Now I am totally confused and I have no clue abt this. Any help will do.