XML Service

- XMLSERVICE is a single library of Open Source RPG code that enables XML scripting calls of System i resources using most any language available on your platform.
- XMLSERVICE RPG server library does not require other language products to run on your IBM i, however language teams often provide a language wrapper client toolkit to greatly simplify XML calls to XMLSERVICE (Zend Server, PowerRuby).
- XMLSERVICE is not a general purpose XML parser (XML-INTO, Sax), instead XMLSERVICE is a xml service protocol allowing nearly anything on IBM i to be a xml document callable web service (CMD, PGM, SRVPGM, System API, PASE utility, DB2, etc.).
- XMLSERVICE is called by many new PASE languages toolkits, therefore dealing with country CCSIDs becomes much more the responsibility of the script writer. Please see this CCSID link to get started if you are having issues ILE and PASE CCSIDs (65535 story and more).
- XMLSERVICE Library (RPG)
- xmlservice.savf.zip (latest)
- Installation
- Changelog
- Unreleased (testing)
- Documents
- Data Types (quick)
- Toolkit writer (The XML)
- XMLServiceSamplesRest -
https://
bash, python, node.js, ruby, php, java (Disney Common 2015)
- BSD License
- mail <adc@us.ibm.com>
- Client Toolkit/DB2 downloads
- Open Source for IBM i (from IBM)
Disney Common 2015
Versions:
2015–04–29 - common2015.zip
XMLSERVICE Archive (server)
Versions:
2018–03–19 - xmlservice-rpg-2.0.1.zip
2017–10–03 - xmlservice-rpg-2.0.0.zip
2017–08–17 - xmlservice-rpg-1.9.9.4.zip
2017–03–13 - xmlservice-rpg-1.9.9.3.zip
2017–03–07 - xmlservice-rpg-1.9.9.1.zip
2017–01–03 - xmlservice-rpg-1.9.9.zip
2016–12–21 - xmlservice-rpg-1.9.8.zip
2016–07–20 - xmlservice-rpg-1.9.7.zip
2016–05–09 - xmlservice-rpg-1.9.6.zip
2016–04–25 - xmlservice-rpg-1.9.5.zip
2016–04–15 - xmlservice-rpg-1.9.4.zip
2016–03–08 - xmlservice-rpg-1.9.3.zip
2015–02–09 - xmlservice-rpg-1.9.2.zip
2014–10–09 - xmlservice-rpg-1.9.1.zip
2014–09–25 - xmlservice-rpg-1.9.0.zip
2014–06–10 - xmlservice-rpg-1.8.5.zip
2014–04–30 - xmlservice-rpg-1.8.4.zip
2013–11–21 - xmlservice-rpg-1.8.3.zip
2013–11–13 - xmlservice-rpg-1.8.2.zip
2013–09–06 - xmlservice-rpg-1.8.1.zip
2013–08–23 - xmlservice-rpg-1.8.0.zip
2013–03–25 - xmlservice-rpg-1.7.8.zip
2013–03–12 - xmlservice-rpg-1.7.7.zip
2013–03–08 - xmlservice-rpg-1.7.6.zip
2012–12–04 - xmlservice-rpg-1.7.5.zip
2012–10–01 - xmlservice-rpg-1.7.3.zip
2012–09–17 - xmlservice-rpg-1.7.2.zip
2012–09–06 - xmlservice-rpg-1.7.1.zip
2012–07–30 - xmlservice-rpg-1.7.0.zip
2012–07–20 - xmlservice-rpg-1.6.12.zip
2012–07–18 - xmlservice-rpg-1.6.11.zip
2012–06–28 - xmlservice-rpg-1.6.10.zip
2012–06–22 - xmlservice-rpg-1.6.9.zip
2012–06–15 - xmlservice-rpg-1.6.8.zip
2012–03–13 - xmlservice-rpg-1.6.7.zip
2012–02–29 - xmlservice-rpg-1.6.6.zip
2011–10–28 - xmlservice-rpg-1.6.0.zip
2011–10–24 - xmlservice-rpg-1.5.8.zip
Author(s)
Tony “Ranger” Cairns - IBM i PHP / PASE