Hi there,

I have a web service and client up and running using Axis. I would like to enable encryption of the request and response messages. I'm having trouble finding out how this is set up.

I realise that I have to include a handler for sending and recieving on both the client and server sides (client-config.wsdd and my deployment.wsdd). The thing is I'm not too sure on what parameters I need to set in these files.

I have 2 keystores, a server one (which has the clients public key imported in it) and a client one (which has the servers public key in it).

Do I need to write a callback class to decrypt the message (on both the client and the server), or can it all be done just through passing the right paramets to the client?

Thanks in advanced
Tim Williams

Reply via email to