Consider my development team is creating a new Windows-based application for the DotNetSpider company. The application consists of a user interface and several XML Web services. I develop all XML Web services and perform unit testing. Now I am ready to write the user interface code. Because some of my servers are being upgraded, the XML Web service that provides mortgage rates is currently offline. However, I have access to its description file. I must begin writing code against this XML Web service immed
Select Answer:
Generate the proxy class for the XML Web service by using Disco.exe.
Generate the proxy class for XML Web service by using Wsdl.exe.
Obtain a copy of the XML Web service assembly and register it on your local development computer.
Add the description file for the XML Web service to your Visual Studio .NET project.
|