Web Services Tutorials
Www.runoob.com/webservices/webservices-tutorial.html
By using Web Services, your application can publish information to the world or provide a feature.
The Web Services scripting platform needs to support XML + HTTP.
Start Learning web services! now
Content Directory
Introduction to Web Services
Web Services enables your application to become a Web application.
Web Services are published, found, and used through the web.
A brief introduction to Web Services.
Why Web Services?
Why and how do I use Web Services?
Web Services Platform
The constituent elements behind the Web Services platform.
Web Services Instances
An ASP. NET instance of Web Services.
Web Services Summary
This section includes a summary of what you've learned in this tutorial, and what we recommend to you about what to learn next.
Web Services Overview
This tutorial has explained how to convert your application to a Web application.
You have learned how to use XML to send messages between applications.
You also learned how to export a feature from an application (creating a Web service).
You've learned Web Services, what's the next step?
Next you should learn WSDL and SOAP.
Wsdl
WSDL is an XML-based language used to describe WEB services and how to access them.
WSDL describes the Web service, along with the details of the message format and protocol used for the Web service.
If you would like to learn more about WSDL, please visit our WSDL tutorial.
Soap
SOAP is an XML-based, easy-to-use protocol that enables applications to exchange information over HTTP.
Or, more simply, SOAP is a protocol for accessing Web service.
If you want to learn more about SOAP, please visit our soap tutorial.
Rookie Tutorial--web Services Tutorial