Starts an XmlRpc client. The XmlRpc client is a Ctrl module that handles the calls in the background. |
Synopsis
xmlrpcClient(); |
Parameters
Parameter |
Meaning |
- |
|
Description
Starts an XmlRpc client. The XmlRpc client is a Ctrl module that handles the calls in the background. There is an own function xmlrpcConnectToServer() to establish a connection to the server. |
Return Value
The function always returns 0 (Void functions are not used in the CONTROL language). |
EXAMPLE
Connect to the server as follows, call the function on the server as well as close the connection to the server:
|
Member of
|
Availability
|
See also
xmlrpcConnectToServer(), xmlrpcCloseServer(), xmlrpcDecodeRequest(), xmlrpcEncodeResponse(), xmlrpcHandler(), xmlrpcCall() |
V 3.11 SP1
Copyright