Hello "shashank"-
You may have missed that we have a
policy on screen names here at JavaRanch. Basically, it must consist of a first name, a space, and a last name. Since yours does not conform with it, please take a moment to change it, which you can do
right here.
As to your question, are you using HTTP authentication or WS-Security authentication? If the former, how are you adding the certificate to the WS call?
If the latter, you can specify the username to be used, and based upon that the JVM will select the a certificate (assuming that you don't have several certificates for the same username). The sepecific depend on the
SOAP toolkit you're using.