Instantiates a new XML-RPC client with the specified configuration options.
The connection settings.
Performs an XML-RPC method call and returns a Promise resolving to the value.
The name of the remote procedure to execute.
The arguments array to pass to the remote procedure.
A promise resolving to the result of the method call.
Promise-based wrapper around the XML-RPC protocol client.