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.
Explanation:
Sure ?
I think E will work here.
Me too. I think E is the best option.
It is asked to encrypt soap header only ..not the whole soap message . That will be done by WS-Security that is transport neutral . So A is best because it is applied at runtime.