We asked the company to write a web service that we can use to get some information. They sent us the WSDL and XSD files. Could you tell me how can I use these files to request data? I can do this easily if I have a link to a web service. I just provide a link, and Visual Studio creates a web link for me. After that, I can use this link as a regular class. In this case, I have no link. Only the above files. Thanks.
source share