blob: f14736a4d212708f9a9c63093f4b4ba8d6b4b74f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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" } ) }}
|