Difference between revisions of "Microsoft Access XML-RPC"

From database24
Jump to navigation Jump to search
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: ;
+
<uml class>
-mobjXmlrpcInterface_RequestObjectNotSpecified: ;-mobjXmlrpcInterface_RequestMethodNotSpecified: ;+reset: ]
+
[clsXmlrpc|+Interface:clsXmlRpcInterface;+Mode:XmlrpcServerMode;+User:clsXmlRpcUser;+Server:clsXmlRpcServer;+Request:clsXmlRpcRequest;+Response;+OutputFolderPath:String|-Class_Initialize;-mobjXmlrpcInterface_RequestObjectNotSpecified;-mobjXmlrpcInterface_RequestMethodNotSpecified;+reset]
 
</uml>
 
</uml>

Revision as of 01:33, 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 class> [clsXmlrpc|+Interface:clsXmlRpcInterface;+Mode:XmlrpcServerMode;+User:clsXmlRpcUser;+Server:clsXmlRpcServer;+Request:clsXmlRpcRequest;+Response;+OutputFolderPath:String|-Class_Initialize;-mobjXmlrpcInterface_RequestObjectNotSpecified;-mobjXmlrpcInterface_RequestMethodNotSpecified;+reset] </uml>