|
From: <al...@al...> - 2010-04-02 21:01:29
|
Sat Apr 3 07:55:16 EST 2010 Alex Lance <al...@cy...>
* SOAP Refactored SOAP logic to allow other additional alloc service interfaces (i.e. JSON/XMLRPC).
Ignore-this: 41291fd8853f2d591ef8a56630f44cb4
./soap -> ./services
./services/lib/alloc_soap.inc.php -> ./shared/lib/alloc_services.inc.php
M ./Makefile -3 +3
M ./alloc.php -1 +1
M ./services/alloc.wsdl -5 +5
M ./services/lib/init.php -2 +1
M ./services/server.php -1 +1
M ./services/wsdl.php -1 +1
M ./shared/lib/alloc_services.inc.php -8 +8
M ./shared/lib/init.php +1
Sat Apr 3 07:56:36 EST 2010 Alex Lance <al...@cy...>
* JSON Added support for interfacing with the alloc services via JSON.
Ignore-this: 9e1ff7c47f47fdd566e71c39b97abbc3
A ./services/json.php
M ./shared/lib/init.php +1
A ./shared/lib/solar_json.inc.php
M ./shared/util.inc.php +16
|