An XML-RPC client implementation
Create a new XML-RPC client to a remote server
| Parameters: |
|
|---|
Sets the HTTP client object to use for connecting the XML-RPC server.
| Parameters: | ZendHttpClient – |
|---|---|
| Return type: | ZendHttpClient |
Sets the object used to introspect remote servers
| Parameters: | ZendXmlRpcClientServerIntrospection – |
|---|---|
| Return type: | ZendXmlRpcClientServerIntrospection |
Gets the introspection object.
| Return type: | ZendXmlRpcClientServerIntrospection |
|---|
The request of the last method call
| Return type: | ZendXmlRpcRequest |
|---|
The response received from the last method call
| Return type: | ZendXmlRpcResponse |
|---|
Returns a proxy object for more convenient method calls
| Parameters: | string – Namespace to proxy or empty string for none |
|---|---|
| Return type: | ZendXmlRpcClientServerProxy |
Set skip system lookup flag
| Parameters: | bool – |
|---|---|
| Return type: | ZendXmlRpcClient |
Skip system lookup when determining if parameter should be array or struct?
| Return type: | bool |
|---|
Perform an XML-RPC request and return a response.
| Parameters: |
|
|---|---|
| Return type: | void |
| Throws : | ZendXmlRpcClientExceptionHttpException |
Send an XML-RPC request to the service (for a specific method)
| Parameters: |
|
|---|---|
| Return type: | mixed |
| Throws : | ZendXmlRpcClientExceptionFaultException |