微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

WebService 整理资料


web service

Basics
http://msdn.microsoft.com/webservices/understanding/webservicebasics/default.aspx
---
XML Web Services Created Using ASP.NET and XML Web Service Clients
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconaspnetbuildingwebservicesaspnetwebserviceclients.asp

Declaring an XML Web Service
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconDeclaringWebService.asp
(reference:@ WebService Directive in XML Web Services
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gnconWebServiceDirectiveSyntax.asp)

Using the WebMethod Attribute
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskUsingWebMethodAttribute.asp
---
Using SOAP Extensions in ASP.NET
http://msdn.microsoft.com/msdnmag/issues/04/03/ASPColumn/

Altering the SOAP Message Using SOAP Extensions
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconalteringsoapmessageusingsoapextensions.asp
---
Asynchronous Web Service Calls over HTTP with the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service09032002.asp

Server-Side Asynchronous Web Methods
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service10012002.asp
(reference:.NET Delegates: Making Asynchronous Method Calls in the .NET Environment
http://msdn.microsoft.com/library/default.asp?url=/msdnmag/issues/01/08/Async/toc.asp)
---
Exploying XML in .NET Framework
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconemployingxmlinnetframework.asp

XML Document Object Model (DOM)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconxmldocumentobjectmodeldom.asp

Reading XML with the XmlReader
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconreadingxmlwithxmlreader.asp

XML and the DataSet
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconXMLDataSet.asp

DataSets,Web Services,DiffGrams,Arrays,and Interoperability
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service02112003.asp

XPathNavigator in the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconxpathnavigatorinnetframework.asp
(
a XPath Tutorial
http://www.zvon.org/xxl/XPathTutorial

XML Path Language (XPath) 2.0
http://www.w3.org/TR/xpath20/

XML in a Nutshell Chapter 9: XPath
http://www.zvon.org/xxl/XPathTutorial/General/examples.html

XML Namespaces and How They Affect XPath and XSLT
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xml05202002.asp
)

XML Schema Object Model (SOM)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconxsdschemaobjectmodelsom.asp

XML Schemas (XSD)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/xmconXMLSchemas.asp

Validation of XML with Schemas
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconvalidationofxmlwithschemas.asp

sqlXML 2.0 RTM download
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=C0C94EEF-06AB-40A2-883C-8F5DB2E218F2

-----

uddi: an XML Web Service
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xml12182000.asp

Publishing and discovering Web Services with disCO and uddi
http://msdn.microsoft.com/msdnmag/issues/02/02/xml/default.aspx

Web Service Description and discovery Using uddi,Part I
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service10032001.asp

Web Service Description and discovery Using uddi,Part II
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service10172001.asp

----

Versioning Options( for Web Service)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service10152002.asp

Web Services Security (WS-Security)
http://msdn.microsoft.com/webservices/understanding/webservicebasics/default.aspx?pull=/library/en-us/dnglobspec/html/ws-security.asp转载:http://dotnet.mblogger.cn/zhouyue/posts/1728.aspx

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐