-
Notifications
You must be signed in to change notification settings - Fork 0
simple xmlrpc server example, requested on rubyforen.de (see Homepage)
badboy/xmlrpc-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
sample.sumAndDifference(3, 5) {"sum"=>8, "difference"=>-2} sample.requestLogin(test) !!! exception caught: XMLRPC::FaultException Uncaught exception return can't jump across threads in method sample.requestLogin sample.requestLogin(42) !!! exception caught: XMLRPC::FaultException Uncaught exception return can't jump across threads in method sample.requestLogin sample.requestLogin2(test) {"token"=>"5dbe1se6y"} sample.requestLogin2(42) {"token"=>"7g0a1yo8a"} sample.gettoken() {"42"=>{"token"=>"7g0a1yo8a", "time"=>#<XMLRPC::DateTime:0xb72f5208 @min=12, @year=2008, @hour=21, @day=16, @sec=12, @month=12>}, "test"=>{"token"=>"5dbe1se6y", "time"=>#<XMLRPC::DateTime:0xb72f2e7c @min=12, @year=2008, @hour=21, @day=16, @sec=12, @month=12>}} sample.zero() !!! exception caught: XMLRPC::FaultException Uncaught exception undefined local variable or method `asdfasfdasdf' for main:Object in method sample.zero sample.zero2() !!! exception caught: XMLRPC::FaultException Uncaught exception divided by 0 in method sample.zero2 sample.l(7, 8) {"sum"=>15, "difference"=>-1}
About
simple xmlrpc server example, requested on rubyforen.de (see Homepage)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published