Soap encryption with a SoapExtension class...
I'm trying to use the example on MSDN Encrypting SOAP Messages. I've spent quite some time trying to make this work, but I think I missed something... The article describes how to make a custom SoapExtension class that encrypts Soap messages. I thought I only needed to include the dll (downloaded from GotDotNet), and add an attribute to my WebMethod:
But, whatever I try, if I test my webservice in IE, the response is always plain, readable text... Does anyone has any experience with this? I really would appriciate some help! Thanks!!