Web Services Tutorial
- Previous Page WS Tutorial
- Next Page WS Introduction
Web Services can convert applications into web applications.
By using Web Services, your application can publish information to the world or provide a function.
Web Services can be used by other applications.
Through Web Services, your accounting department's Win 2k server can connect to the UNIX server of your IT supplier.
The basic Web Services platform is XML+HTTP.
Web services use XML to encode and decode data, and use SOAP to transmit data.
Learn how to create Web Services through ASP.NET applications.
In this tutorial, we convert an ASP.NET program into a Web Service.
Content Directory
- Introduction to Web Services
- A brief introduction to Web Services.
- Why Web Services?
- Why and how to use Web Services?
- Web Services Platform
- Components of the Web Services platform after the platform.
- Web Services Example
- An example of a Web Service in ASP.NET.
- Using Web Services
- Place a Web Service on your site.
- Summary of Web Services
- This section includes a summary of what you have learned in this tutorial, as well as the next steps we recommend you should learn.
- Previous Page WS Tutorial
- Next Page WS Introduction