摘要:
We can now use ASP.NET to create Web Service that is based on industrial standards included XML, SOAP and WSDL.
ASP.NET Web Services support clients using HTTP-POST, HTTP-GET and SOAP protocols to invoke methods exposed, depends on your specific requirement you choose one method over the others. The main difference between HTTP-GET or HTTP-POST and SOAP is the data types supported by SOAP is much richer because SOAP used XSD schema to represent complex data types.
Here are samples c 阅读全文
posted @ 2008-11-02 16:05
yongshi123
阅读(197)
评论(0)
推荐(0)