gademucomp
New Member
I am new to web services, SOAP and WSDL and need to use local WSDL file in a web solution for C# development in Visual Studio. I was able to invoke the local WSDL file and have the classes in my project but I am not sure what to do next. I know I can use the classes in my code and web.config has added references from WSDL but do I just need to execute the application in order to communicate with the webservices from the company that gave me the WSDL file? Any pointers, guides or samples are welcome thank you.