How to use Web Service?

Web Services can convert your application into a Web-application, which can publish its function or message to the rest of the world. The basic Web Services platform is XML + HTTP.

Using System.Web.Net;
HTTPWebRequest req = (HTTPWebRequest)WebRequest.Create(“www.abc.com?id=123&name=asd”);
Req.getResponse();

Tagged , , . Bookmark the permalink.

Leave a Reply