Reputation: 93
I have a WSDL file uploaded to folder in Visual Studio like below -
https://i.sstatic.net/k9hRh.png
How to I add this WSDL file when adding a Web Service reference?
https://i.sstatic.net/ihpDP.png
Upvotes: 0
Views: 147
Reputation: 1415
You can add a reference by passing ?wsdl
at the end in your web service base url.
Refer these steps to reference web service with wsdl or consuming rest api from .NET application for more information.
Upvotes: 1