|
 |
| Welcome |
|
RemoteXerver is an XML-RPC framework written in the ProvideX programming
environment. It enables the creation of XML-RPC client and server applications
written in ProvideX. This allows programs written in PVX running on one system
to communicate with programs on another system over the Internet. Since XML-RPC
is an industry standard, RemoteXerver will also allow PVX programs to communicate
with programs written in other programming languages.
XML-RPC is an XML-based communication protocol and encoding format for interapplication
communication. It is a simple, portable way to make remote procedure calls over HTTP.
It is part of a new generation of cross-platform cross-language distributed computing
applications, termed Web Services.
|
|
| |
|
XML-RPC Overview
|
XML-RPC is a remote procedure call protocol which uses XML to encode its calls
and HTTP as a transport mechanism.
XML-RPC is a very simple protocol, defining only a handful of data types and
commands, and the entire description can be printed on two pages of paper.
This is in stark contrast to most RPC systems, where the standards documents
often run into the hundreds of pages and require considerable software support
in order to be used.
For a complete explanation, see the XML-RPC overview on
Wikipedia
.
|
| |
|
Contributions Welcome!
|
In the end, RemoteXerver is a transport layer tool, providing the interpretation
logic between ProvideX and a Web Service you wish to use.
If you've developed a Web Service you would like promoted on this site, please send an email
via the Contact us page on this site.
|
|
|