Which two actions should you perform?

You are developing an ASP.NET Web service.
The following code segment implements the service. (Line numbers are included for reference only.)

You need to ensure that both GetProduct methods can be called from a Web client.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Remove line 01.
B. Add the static modifier on lines 05 and 11.
C. Add the following attribute before line 10.
[SoapDocumentMethod(Action="GetProductById")]
D. Modify the attribute on line 10 as follows.
[WebMethod(MessageName="GetProductById")]

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.