A Web service application provides security data about employees to applications that control access to company facilities.
The Web service is accessed by using TCP and is protected by using Web Services Enhancements (WSE) 3.0 security for message encryption.
The company has added fingerprint readers to grant employees access to the facilities.
Images of employee fingerprints are maintained by the Web service application.
You need to ensure that the existing WSE security encryption policy can be applied to the fingerprint image.
Your solution must minimize the size of the Web service message.
What should you do?
A.
Configure the Web service to use base64 encoding to pass the binary fingerprint image.
B.
Configure the Web service to use Message Transmission Optimization Mechanism (MTOM) to pass the binary fingerprint image.
C.
Create a SOAP filter to manage encryption for the message.
D.
Create a SOAP extension to manage encryption for the message.