web service

Building a Web Service in ASP.NET 3.5

The steps to build a web service in ASP.NET 3.5 haven't changed much from previous versions but there are few new things to keep in mind. The biggest new feature in ASP.NET 3.5 are the "AJAX-enabled" web services. You can now set up your web service to return in either the standard SOAP/XML format or "AJAX-enable" your service with a single setting that will allow you to call your Web Service methods directly in javascript in your ASPX pages.

Building a Simple Web Service

Recent comments