Which contains the following method:

You create an ASP.NET Web Service that tracks the shipment of orders. The Web service includes a class nemed StatusService, which contains the following method:

You note that you can instantiate the StatusService class from a Web service client project, but the GetStatus method is not available. What could be the problem?
A. Only properties can be part of the public interface of a Web service.
B. You must mark the method with the WebService attribute.
C. The methods of a Web service can return only object data.
D. You must mark the method with the WebMethod attribute.

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.