Displaying 1 result from an estimated 1 matches for "clientxmlrpc".
2006 Jun 22
0
xml rpc client
...{:number_type => :string}, 
                          {:number_sub_type => :string},
                          {:capcode_category_number => :string},
                          {:customer_id => :int}],
             :returns => [:int]
end
 
 
begin
 
  clientXmlRpc = ActionWebService::Client::XmlRpc.new(OrderApi,
"http://localhost/", :handler_name => "iplan")
  KEY = "a6d84317d265f0f7ed56558d1131090b"
  nro = clientXmlRpc.IPLWSNroDisponible(KEY, "TELEPHONY", "ATX", "NULL",
1720002910)
 
rescue...