How to Access WSDL Via URL
- 1). Click the Windows "Start" button and select "All Programs." Click "Microsoft .NET Framework" in the program groups, then click "Visual Studio." Double-click the .NET project you want to use, to connect and access the Web service.
- 2). Right-click the project name in the right "Solution Explorer" window. Select "Add Web Service" to open the connection access wizard.
- 3). Type the WSDL URL in the "Web Reference URL" text box at the top. Click "Next." Visual Studio searches the WSDL page for the Web services available on the server.
- 4). Double-click the Web service name in the results page. Generally, only one Web service is displayed. Type a name for the service in the "Reference" text box. This name is what you use to call the Web service in the .NET code.
- 5). Click "Add Reference" to complete the access connection. The Web service name is shown in "Solution Explorer," under the "Web Reference" heading.