The Crux of SOAP Encryption
Added 28 Jul 2008
December 2002/January 2003 Issue Y ou can use .Net classes to create a
custom Simple Object Access Protocol (SOAP) encryption application to
protect sensitive information sent from a client to a Web service (see
" Encrypting SOAP Messages in .Net ," XML & Web Services Magazine ,
October/November 2002). The application relies on public and private
keys for the encryption and decryption of SOAP messages. It also has
built-in capabilities for logging SOAP requests and responses to a
file...