sig
  exception Request_failed of string
  exception Request_fault of XmlRPCTypes.fault
  val client_version : string
  class remote :
    string ->
    string ->
    object
      method call : XmlRPCTypes.t list -> XmlRPCTypes.t
      method simple_call : XmlRPCTypes.t -> XmlRPCTypes.t
      method zero_call : unit -> XmlRPCTypes.t
    end
end