i have a webservice url.. running that url in a browser returns a json data format... i need to call that webservice in my app and do get & post operations.
i have tried calling sample webservices in .asmx format through a C# component but the web service which i have got now is in .svc and it is showing error when i am adding it to the service reference.
i need to know the basic syntax for adding the webservice directly through url and parsing data.
help needed!!
deepanshu jaiswal monocept