nerdexam
GIAC

GSSP-NET · Question #372

You work as a Software Developer for ManSoft Inc. You use Microsoft Visual Studio to create a Web service named MyWebService. You create a SOAP message that is not secure in the Web service. You…

The correct answer is A. public class MySoapFilter : SoapFilter B. public class MySoapFilter : SoapFilter. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ManSoft Inc. You use Microsoft Visual Studio to create a Web service named MyWebService. You create a SOAP message that is not secure in the Web service. You want to use the SoapFilter class in the Web service to filter the SOAP message. Which of the following code segments will you use to accomplish the task? Each correct answer represents a part of the solution. Choose all that apply.

Options

  • Apublic class MySoapFilter : SoapFilter
  • Bpublic class MySoapFilter : SoapFilter
  • Cpublic class MySoapFilter : SoapFilter
  • Dpublic class MySoapFilter : SoapFilter

How the community answered

(27 responses)
  • A
    85% (23)
  • C
    11% (3)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice