Multiple choice technology web technology

you could encrypt elements of the SOAP body using digital signatures?

  1. true.

  2. b. false, Only via SSL it can be successfully achieved.

  3. false, you cannot encrypt elements of SOAP body at all.

  4. none of the above.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SOAP body elements can be encrypted using WS-Security (Web Services Security) specification, which supports XML Encryption and XML Signature standards. These allow selective encryption of specific SOAP elements using digital signatures. SSL only encrypts the entire transport/channel. WS-Security provides end-to-end, element-level security that persists through intermediaries.