Question:You wish to consume an existing Web service from your ASP.NET Web site. What actions
should you take? (Choose all that apply.)
A Use the Add Reference dialog box to set a reference to the .wsdl fi le that contains
the Web service.B Use the Add Web Reference dialog box to point to the URL of the given Web
service.C Write a method in your Web site that has the same function signature as your
Web service. Do not implement this method. Instead, mark it with the WebMethod
attribute.D Call a proxy class that represents calling your Web service.
+ AnswerB D
+ Report