Hello,
I am trying to use a web service from c# dll and after going through many blogs and articles I have gave up. I am trying to find a way to do it. I just want to post some values to the WSDL and want to get some response from it. How to achieve this in C# (I am from DB background) ?. Any link or code sample can be helpful to me. All I want to do is pass the required values from C# to XML(Web service WSDL) and get some value in return, but how to do and where to start is something I am trying to figure out.