Saturday, March 21, 2009

Web services tutorials final part

Web Services Summary
This tutorial has taught you how to convert your applications into web-applications.
You have learned how to use XML to send messages between applications.
You have also learned how to export a function (create a web service) from your application.
Now You Know Web Services, What's Next?
The next step is to learn about WSDL and SOAP.
WSDL
WSDL is an XML-based language for describing Web services and how to access them.
WSDL describes a web service, along with the message format and protocol details for the web service.
If you want to learn more about WSDL, please visit our WSDL tutorial.
SOAP
SOAP is a simple XML-based protocol that allows applications to exchange information over HTTP.
Or more simply: SOAP is a protocol for accessing a web service.
If you want to learn more about SOAP, please visit our SOAP tutorial.
Web Services can convert your applications into Web-applications.By using Web services, your application can publish its function or message to the rest of the world.
Web Services can be used by other applications.With Web services your accounting department's Win 2k servers can connect with your IT supplier's UNIX server.
The basic Web Services platform is XML + HTTP.Web services uses XML to code and decode your data and SOAP to transport it.
Learn how to create Web Services from an ASP.NET application.This tutorial converts an ASP.NET application to a Web Service.

No comments: