I have been experimenting using WSE for VS.Net 2003, and have successfully encrypted SOAP requests from the client, and decrypted them in the Web Service. I can also encrypt the reply from the Web Service.
The problem is, when using a Windows client (written in VB.Net), I cannot decrypt the reply. In the web service, you use the web.config file to tell the web service how to decrypt, but obviously there is no such file for a windows client.
Has anyone done this, or is there a better way?
Cheers
Simon
The problem is, when using a Windows client (written in VB.Net), I cannot decrypt the reply. In the web service, you use the web.config file to tell the web service how to decrypt, but obviously there is no such file for a windows client.
Has anyone done this, or is there a better way?
Cheers
Simon