====== X36DSV - LS 2011/12 - Virtuální tabule ====== ===== XML ===== * přidání formátovacího stylu * přidání informace o schématu ===== XML-RPC ===== * URL: [[http://ftp.sh.cvut.cz/MIRRORS/apache/ws/xmlrpc/]] ===== CORBA ===== Parametry ORB -ORBInitialHost 192.168.30.118 -ORBInitialPort 54321 calc.idl module Calculator { interface Calc { long secti(in long a, in long b); long odecti(in long a, in long b); }; }; definice pole module idl { module data { struct Game { string gname; GameState state; }; }; interface IConnectFiveGame { //definice jednorozmerneho pole typedef sequence GamesT; }; };