XML
RPC and its features
XML RPC is
a Remote Procedure Calling via the Internet. XML RPC is a network programming
technique for making procedure calls on remote devices. Generally, XML
RPC is used for developing Web services. XML RPC messages are the requests
and the responses sent between the client and the servers. XML RPC is
platform independent.
_______________________________________________
It is a message
in the HTTP POST Request. The body of the Procedure is in XML and the
value it returns is also in the form of an XML.It is designed as simple
as possible but it allows complex data structures to be transmitted, analysed,
and returned.
XML RPC is
a protocol that allows different languages on different machines to communicate
with each other. Since procedure requests and responses are in XML it
is not necessary that each end of the RPC connection have to be written
in the same language. XML RPC is the simplest tool that allows you to
integrate even the most communicative tools. XML RPC can transport binary
data as base64.
XML RPC has
8 datatypes. They are as follows:
o INT
o BOOLEAN
o DOUBLE
o STRING
o BASE64
o ARRAY
o STRUCT
o DATE/TIME
An array
type is an indexed array and the STRUCT is a kind of associative array.
XML_RPC.NET is one of the libraries for XML RPC clients and services.
Listed below are few of its features:
Support
for .NET on both Client and Server side.
Interface based definition of XML-RPC servers and clients
ASP.NET services that support both SOAP and XML RPC
Dynamic generation of documentation page at URL of XML-RPC
XML RPC.NET defines services as services running on the Microsoft
IIS servers.
_______________________________________________
FREE
Subscription
Subscribe to our mailing list and receive new articles
through email. Keep yourself updated with latest
developments in the industry.
Note
: We never rent, trade, or sell my email lists to
anyone.
We assure that your privacy is respected
and protected.
_______________________________________
Recommended
XML Books
|
|