XML Web Services
From MDC
The Basics of Web Services
A short introduction to web services.
A Web service is a collection of protocols and standards used for exchanging data between applications or systems. Software applications written in various programming languages and running on various platforms can use web services to exchange data over computer networks like the Internet in a manner similar to inter-process communication on a single computer. In XML web services, all data to be exchanged is formatted with XML tags. [1]
Documentation
- SOAP in Gecko-based Browsers
- This article shows how to access web services using the SOAP and JavaScript capabilities available in recent Gecko-based browsers.
- W3School's SOAP Tutorial
- SOAP is a simple XML-based protocol to let applications exchange information over HTTP. In this W3Schools SOAP tutorial, you will learn what SOAP is, and how it uses XML to exchange information between applications.
- XML-RPC for Newbies
- Informal but informative introduction to XML Remote Procedure Calls (XML-RPC).
- A Web Services Primer
- "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."
View All...
|
Community
- View Mozilla forums...
- as a mailing list
- as a newsgroup
- as a Google Group
- as a Web feed
- XML-RPC mailing list
- XML-RPC.com
Related Topics
- XML
|
^ From Wikipedia.
Categories: XML Web Services