How to bring Webserive text into a Winform aplication
- by CogentP
I am working a Winform Application that needs to access a webservice to get some basic information. The webservice exists, and the following is a link that brings text. Which basically is the customer name in Json format.
http://globalbox.com.py/api/getUSER.php?gb=3217
So, my point, i need to be able to read the name of the customer and put that into a string variable. How do I read this from Winforms?
I have no idea how to go about doing this... please help.
Visual Basic code would be better, or else C# will do.
thanks in advance!!