How to write XML Web Service
{By 林刚 lirincy@163.com}
1. install IIS, IIS can be installed from Add/Remove Program from Control Panel and select Windows Component install.
2. install Microsoft Visual Studio 2003. this will install .NET Framework 1.1.
3. install asp.NET: cd \WINDOWS\Microsoft.NET\Framework\v1.1.4322 and execute aspnet_regiis.exe /i;
4. in VS.NET, new an ASP.net web service project like this: