“With the latest GNU Telephony releases of GNU Bayonne, I have
experimented with and introduced a new lightweight kind of XML
based web service that I call serverResponse. This was meant to
offer something functionally capable of supporting automated remote
procedure callable services, but that is far simpler to operate and
requires far less code to support than SOAP or even XMLRPC. This is
built around a new XML dialect called serverResponse, which
suggests it is related to XMLRPC methodResponse in nature.“While serverResponse is perhaps most closely related to XMLRPC,
it does not use explicit data types for parametric arguments and
results…”