Displaying 1 result from an estimated 1 matches for "number_sub_type".
2006 Jun 22
0
xml rpc client
...play what I''m sending to the server???
 
This is the code:
 
class OrderApi < ActionWebService::API::Base
  api_method :IPLWSNroDisponible,
             :expects => [{:app_key => :string},
                          {: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/", :handl...