Is it possible in asp.net to update or create a link to a web service from the wsdl file on our local drives? If so, could you describe it?
Follow these steps.
Open Solution / Project in Visual Studio
Solution
Project
Visual Studio
Right-click on Solution Explorer in the project for which you want to add a web link.
Solution Explorer
Select Add Service Reference . (This will open the Add Service Link dialog box.)
Add Service Reference
Click the Advanced... button located at the bottom of the dialog box. (This will open another dialog box with service link options.)
Advanced...
Click the Add Web Reference button located at the bottom of the dialog box. (The Add Web Link dialog box appears again.)
Add Web Reference
Type OR Copy and paste the full path for the WSDL file from your local drive as the URL .
WSDL
URL
Click Go except the URL field.
Go
Change the Web Reference Name if you want.
Web Reference Name
Click Add Reference .
Add Reference
And you're done.