Web Development
xmlrpc.txt
Associated article: An Embeddable Lightweight XML-RPC Server
Tags: Web Development Mobile
Published source code accompanying the article by M. Tim Jones in which he examines the XML- RPC protocol for providing network-based RPCs, then presents a lightweight server for embedded designs. Also see XMLRPC.ZIP.
An Embeddable Lightweight XML-RPC Server
by M. Tim Jones
Listing One
result = xmlrpc_client_call( &env, "http://192.168.2.151/device",
"getDeviceStats", "(ssi)", "username", "password", 0 );
Listing Two
POST /device HTTP/1.1
Accept: */*
TE: ...


