GSSP-NET · Question #75
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You create a Web service application using .NET Framework. The Web…
The correct answer is C. Configure the Web service to use Message Transmission Optimization Mechanism to pass. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You create a Web service application using .NET Framework. The Web service provides confidential data of employees to applications that manage access to company facilities. The Web service is accessible by using TCP and is sheltered by using WSE 3.0. The company has implemented fingerprint readers to grant employees access to the facilities. All the captured images of the employees' fingerprints are retained by the Web service application. You must make certain that the existing WSE encryption policy can be applied to the fingerprint image. You are required to provide the solution that must reduce the size of the Web service message. What will you do to accomplish this task?
Options
- AConfigure the Web service to use base64 encoding to pass the binary fingerprint image.
- BCreate a SOAP extension to manage encryption for the message.
- CConfigure the Web service to use Message Transmission Optimization Mechanism to pass
- DCreate a SOAP filter to manage encryption for the message.
How the community answered
(29 responses)- A3% (1)
- B10% (3)
- C79% (23)
- D7% (2)
Community Discussion
No community discussion yet for this question.