1.SOAP教程
http://www.w3school.com.cn/soap/index.asp
2.WSDL
WSDL 是基于 XML 的语言,用于描述 Web services 以及如何访问它们。
WSDL 可描述某个 web service,连同用于此 web service 的消息格式和协议细节。
http://www.w3school.com.cn/wsdl/index.asp
3.Web Services
Web services 可把应用程序转换为网络应用程序(web-applications)。
通过使用 XML,消息可在应用程序之间进行传送。
http://www.w3school.com.cn/webservices/index.asp
4.Nancy
http://nancyfx.org/
5.servicestack
https://servicestack.net/
6.ASP.NET MVC Web API