So I have two wsdl files (xml based) and I need to use them to consume a web service. Not sure where to start? I’m trying to add them in my Visual Studio Project Solution by clicking on “Add Service Reference” but I need an URL.
Should I add them to a Virtual Directory? If so, how?
Thanks in advance
You already found the solution. Use the “Add Service Reference” dialog and make sure your service is accessible by a URL. To do this either request the URL by the people offering the service or deploy the service in IIS.
Personally I would forget about svcutil.exe. If you have Visual Studio, it is much easier to add and update the service reference using the excellent integration of web services in Visual Studio.