Why Encrypt SOAP messages? - SOAP

Why Encrypt SOAP messages?

- The main purpose of SOAP is to exchange messages over HTTP. For communication it uses XML. The messages exchanged if done in plain text can be potentially viewed by anyone across the internet. SOAP over HTTPS is secured. The entire HTTP message, including both the headers and the body of the HTTP message is encrypted using public asymmetric encryption algorithms.

- A SOAP response message has unencrypted data which can be accessed by prying eyes that could access as the message that is transmitted over the wire. By using SOAP parameter encryption class, specific parts of the SOAP message could be encrypted for protecting information at the time of transferring from the web service to the client.
What is SOAP? Why is SOAP required? Advantages of SOAP
What is SOAP? Why is SOAP required? Advantages of SOAP - It is a stateless, platform independent, XML based generic lightweight protocol that uses HTTP as its transport medium
61 CSS Interview Questions and Answers - Freshers, Experienced
CSS interview questions and answers, css interview faq - In this series, we have covered all about CSS and answered the questions that might be asked during an interview.
Explain in brief about the term CSS - CSS
A stylesheet language used to describe the presentation of a document written in a markup language.......
Post your comment