RedBottleSanitizer
RedBottleSanitizer

Reputation: 93

How to reference WSDL from Visual Studio folder when I am trying to add a Service Reference?

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

Answers (1)

Kundan
Kundan

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

Related Questions