This is the client api to connect to the Xmlrpc server. A client can send any request
and he will receive a response. A request is a method call and a response is the result of
that method in the server or a fault.
The configuration of the Server is a Uri, make sure you have this implicit in context
before calling invokeMethod.
This is the client api to connect to the Xmlrpc server. A client can send any request and he will receive a response. A request is a method call and a response is the result of that method in the server or a fault.
The configuration of the Server is a Uri, make sure you have this implicit in context before calling invokeMethod.