Difference between revisions of "Microsoft Access XML-RPC"
Jump to navigation
Jump to search
(Created page with "Category:Microsoft Access == XML-RPC == XML-RPC is a protocol to query remote web services for data. == clsXmlrpc == The class <code>clsXmlrpc</code> is the main entry p...") |
|||
Line 6: | Line 6: | ||
== clsXmlrpc == | == clsXmlrpc == | ||
The class <code>clsXmlrpc</code> is the main entry point. | The class <code>clsXmlrpc</code> is the main entry point. | ||
+ | <uml> | ||
+ | [clsXmlrpc|+Interface: clsXmlRpcInterface;+Mode: XmlrpcServerMode;+User: clsXmlRpcUser;+Server: clsXmlRpcServer;+Request: clsXmlRpcRequest;+Response: ;+OutputFolderPath: String|-Class_Initialize: ; | ||
+ | -mobjXmlrpcInterface_RequestObjectNotSpecified: ;-mobjXmlrpcInterface_RequestMethodNotSpecified: ;+reset: ] | ||
+ | </uml> |
Revision as of 01:28, 30 April 2016
XML-RPC
XML-RPC is a protocol to query remote web services for data.
clsXmlrpc
The class clsXmlrpc
is the main entry point.
<uml>
[clsXmlrpc|+Interface: clsXmlRpcInterface;+Mode: XmlrpcServerMode;+User: clsXmlRpcUser;+Server: clsXmlRpcServer;+Request: clsXmlRpcRequest;+Response: ;+OutputFolderPath: String|-Class_Initialize: ;
-mobjXmlrpcInterface_RequestObjectNotSpecified: ;-mobjXmlrpcInterface_RequestMethodNotSpecified: ;+reset: ]
</uml>