
Search found 2 matches
- 10 Apr 2013, 14:43
- Forum: General Tools
- Topic: Is there any way to debug xml-rpc controllers (connections)?
- Replies: 2
- Views: 3677
Re: Is there any way to debug xml-rpc controllers (connectio
I don't see any references to actually packing the xml data, that's probably what you're missing
The protocol employed for this is actually wrongfully referred to as xml-rpc, when in reality it breaks half of the official spec.

- 06 Apr 2013, 14:50
- Forum: General Tools
- Topic: Maniaplanet RPC - Ruby implementation of the protocol
- Replies: 0
- Views: 2953
Maniaplanet RPC - Ruby implementation of the protocol
Hello there, as i'm not a very big fan of PHP, i decided to port the library to Ruby. There will eventually be an accompanying project with a real controller written using this. Gem: https://rubygems.org/gems/maniaplanet-rpc Repository: https://github.com/Speljohan/maniaplanet-rpc Enjoy! EDIT: Just ...