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 Win 2k server in the accounting department 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
- Elements of the Web Services platform after.
- Web Services Example
- An example of a Web Service using ASP.NET.
- Using Web Services
- Place the 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