diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/xml_web_services | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/xml_web_services')
-rw-r--r-- | files/zh-cn/xml_web_services/index.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/files/zh-cn/xml_web_services/index.html b/files/zh-cn/xml_web_services/index.html new file mode 100644 index 0000000000..f14736a4d2 --- /dev/null +++ b/files/zh-cn/xml_web_services/index.html @@ -0,0 +1,51 @@ +--- +title: XML Web Services +slug: XML_Web_Services +tags: + - XML Web Services +translation_of: Archive/Mozilla/Firefox/SOAP_in_Gecko-based_Browsers +--- +<p> +</p> +<div class="callout-box"><b><a href="cn/The_Basics_of_Web_Services">The Basics of Web Services</a></b><br> +A short introduction to web services.</div> +<div>XML Web Service是一组用于程序或系统之间交换数据的协议与标准。用不同语言编写的,在不同平台下运行的软件应用可以使用Web Service在计算机网络中(如因特网),像在本机的进程之间一样交换数据。在XML Web Service中,所有需要交换的数据使用XML标记。 +. {{ Ref(1) }}</div> +<table class="topicpage-table"> +<tbody><tr><td> +<h4 id=".E7.9B.B8.E5.85.B3.E6.96.87.E6.A1.A3" name=".E7.9B.B8.E5.85.B3.E6.96.87.E6.A1.A3"> <a>相关文档</a> </h4> +<dl><dt> <a href="cn/SOAP_%e5%9c%a8%e5%9f%ba%e4%ba%8eGecko%e7%9a%84%e6%b5%8f%e8%a7%88%e5%99%a8%e4%b8%ad%e7%9a%84%e5%ba%94%e7%94%a8">SOAP 在基于Gecko的浏览器中的应用</a> +</dt><dd> <small>本文介绍了如何在通过Gecko的浏览器对SOAP和JavaScript的兼容性来访问Web Service。</small> +</dd></dl> +<dl><dt> <a class="external" href="http://www.w3schools.com/soap/default.asp">W3School的 SOAP 教程</a> +</dt><dd> <small>SOAP is a simple XML-based protocol to let applications exchange information over HTTP. In this <a class="external" href="http://www.w3schools.com">W3Schools</a> SOAP tutorial, you will learn what SOAP is, and how it uses XML to exchange information between applications.</small> +</dd></dl> +<dl><dt> <a class="external" href="http://davenet.scripting.com/1998/07/14/xmlRpcForNewbies">XML-RPC新手上路</a> +</dt><dd> <small>Informal but informative introduction to XML Remote Procedure Calls (XML-RPC).</small> +</dd></dl> +<dl><dt> <a class="external" href="http://webservices.xml.com/pub/a/ws/2001/04/04/webservices/">Web Services 基础</a> +</dt><dd> <small>"Web services are a new breed of Web application. They are self-contained, self-describing, modular applications that can be published, located, and invoked across the Web."</small> +</dd></dl> +<p><span class="alllinks"><a>查看全部...</a></span> +</p> +</td> +<td> +<h4 id="Community" name="Community"> Community </h4> +<ul><li> View Mozilla forums... +</li></ul> +<p>{{ DiscussionList("dev-tech-xml", "mozilla.dev.tech.xml") }} +</p> +<ul><li> <a class="external" href="http://groups.yahoo.com/group/xml-rpc/">XML-RPC mailing list</a> +</li><li> <a class="external" href="http://www.xmlrpc.com/">XML-RPC.com</a> +</li></ul> +<h4 id="Related_Topics" name="Related_Topics"> Related Topics </h4> +<dl><dd> <a href="cn/XML">XML</a> +</dd></dl> +</td></tr></tbody></table> +<hr> +<p><small>{{ Note(1) }} From <a class="external" href="http://en.wikipedia.org/wiki/Web_Service">Wikipedia</a>.</small> +</p><p><span class="comment">Categories</span> +</p><p><span class="comment">Interwiki Language Links</span> +--<a>Halfmature</a> 20:42 2006年4月24日 (PDT) +</p><p><br> +</p>{{ languages( { "en": "en/XML_Web_Services", "es": "es/Servicios_Web_XML", "fr": "fr/Services_Web_XML", "it": "it/XML_Web_Services", "ja": "ja/XML_Web_Services", "ko": "ko/XML_Web_Services", "pl": "pl/XML_Web_Services" } ) }} |