Encryption using public key and decrypt using private kry

Hi,

How to encrypt the particular fields from user request using public key and decrypt the same using private key in SOAP based WS.
Could you please explain the how to do it in java and how to register the certificates?
(We are not going to use implicit SSL encryption / decryption)

Thanks