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…