Home | Articles|Namespace|Interview Questions|Tools|Jobs|Projects|Community
Asp.net Tutorials

»Dotnet Ads
»Message Boards
Message Boards
Dotnet Books

»Member Details
Register
Login
LogOut
Submit Code
Submit Jobs
Submit Projects

»Competition
Community
Winners
Prizes
Write For Us
Members

»Other Resources
Links
Dotnet Resources

Asp.net Web service tutorial


What is a web service ?
Web services are applications that can be implemented on any operating systesms that supports communication over the internet

Web Services uses http and SOAP (Simple Object Access Protocol)

In asp.net the web service page has the extension .asmx

The namespace used is

using System.Web.Services;



[WebMethod(Description="dummy test",EnableSession=false)]
public string dummtest()
{
return "hello world";
}

run the asmx page and you will see hello world


Have a Question and dont know the answer post it below and get answers in minutes

Due to spam this feature is disabled
To get answers fast , make sure you enter a detailed subject for example: "DataGrid issues need answer" not "DataGrid"

Subject:

Catjegory Name:

Message:



© 2008 dotnetwatch.com -- Privacy policy

Website Design & Internet Marketing by Shivam