Hi,
I have developed an axis client that works over https. Now the customer wants the client to authenticate itself. This is not working.
Here is what I have done.
Generated a self signed certificate using JDK/keytool.
Had the customer import this certificate into their server trust store.
Imported the same certificate into the clients keystore.
When I invoke the webservice I get the unauthorized error. The customer reports that the client is not sending the certificate.
What step am I missing? Please help.
Thanks in advance.