You are creating a Web service by using ASP.NET.
You need to ensure that the Web Services Description Language (WSDL) file that is generated is Web services interoperability (WS-I) compliant and that it allows message validation.
What should you do?
A.
Add the following attribute definition to the Web service.
[SoapRpcMethod(Use=SoapBindingUse.Encoded)]
B.
Add the following attribute definition to the Web service.
[SoapRpcMethod(Use=SoapBindingUse.Literal)]
C.
Add the following attribute definition to the Web service.
[SoapDocumentMethod(Use=SoapBindingUse.Encoded)]
D.
Add the following attribute definition to the Web service.
[SoapDocumentMethod(Use=SoapBindingUse.Literal)]