Answers

Question and Answer:

  Home  MCSD.NET - 70-315 Exam

⟩ Suppose You are creating an ASP.NET application for XYZ. Your application will call an XML Web servicerun by Wide World Importers. The XML Web service will return an ADO.NET DataSet objectcontaining a list of companies that purchase wine.You need to make the XML Web service available to your application.What should you do?A. On the .NET tab of the Reference dialog box, select System.Web.Services.dll.B. In the Web References dialog box, type the address of the XML Web service.C. Add a using statement to your Global.asax.cs file, and specify the address of the XML Webservice.D. Write an event handler in the Global.asax.cs file to import the .wsdl and .disco files associatedwith the XML Web service.

B. In the Web References dialog box, type the address of the XML Web service.

 165 views

More Questions for you: