December 1, 2005

DevX - Software Development Resource

How to Create a Web Service in C#

Creating Web services in C# is very easy. All you have to do is extend the WebService class and identify which methods are Web service methods using the WebMethod attribute.