hi I'm completely new in web service. I want to study about it and the use it in my web site?
any practical tutorial please?
hi I'm completely new in web service. I want to study about it and the use it in my web site?
any practical tutorial please?
Search for terms like WCF, WSDL, SOAP. I Would recommend buying a book!
Here's something I found useful: a very in-depth series of articles at 4GuysFromRolla. Although it's quite old now it will give you a good grounding.
Edit: After my wrist-slap from John, perhaps you should skip my first link and start here.
If its WCF Services then check out the following:
http://msdn.microsoft.com/en-us/netframework/aa663324.aspx
or maybe a book! Programming WCF Services, Second Edition (OReilly)
http://oreilly.com/catalog/9780596521325
EDIT: Beginners should focus on WCF as advised and not old school .asmx services.
Several of the other answers have suggested that you learn obsolete or legacy technologies. There is no reason to do that.
All new web service development on the .NET platform should be done using Windows Communication Foundation (WCF). WCF replaces both the ASMX and WSE technologies, and then greatly expands their functionality.
The WCF Developer Center is the place to start. Among other things, it includes Learning WCF, a set of tutorials on WCF.