I am new to using web services. I have been assigned a task in which I need to use a web service in my Windows application. This is the web service I would use: https://api.betfair.com/global/v3/BFGlobalService.wsdl
Now I learned how to add a web link to this service, but I could not find a basic tutorial that could help me learn how to create an object of this web service and use the service as I want.
Basically, I need to create an object from the above web service in my form and call its methods. A C # code snippet would be great.
Can someone give me some directions? I work in Visual Studio 2008 and C # Windows App.
source share