A Web service needs to encrypt certain SOAP headers when responding. Which statement about this encryption is true?
A.
The Web service runtime is the appropriate place for such encryption.
B.
The Web service business logic is the appropriate place for such encryption.
C.
Either the Web service business logic or runtime is appropriate for such encryption.
D.
Neither the Web service business logic nor runtime is appropriate for such encryption.
E.
Transport level security protocol like SSL should be used to meet the requirements without code changes.
Answer: A – The Web service runtime is the appropriate place for such encryption