search for: dsafdsaf

Displaying 1 result from an estimated 1 matches for "dsafdsaf".

2006 Jan 04
5
Webservice External XMLRPC
...ctspool But when i try to access it with the following script : require "xmlrpc/client" server = XMLRPC::Client.new("10.0.0.132", "/api/directspool", 3003) begin param = server.call(''add'',:html=>''sadfdsaf'',:from=>''dsafdsaf'') puts "4 + 5 = #{param}" rescue XMLRPC::FaultException => e puts "Error:" puts e.faultCode puts e.faultString end I get the following error : no such method ''add'' on API DirectSpoolAPI The rails loggins says : Processing ApiController#di...