Easycom XML is an interface allowing you to describe and call IBM i procedures
and programs. The information exchange between WinDev and Easycom is done using
XM. The program parameters and the result of those programs are in XML format.
The programs and structures can be described in RPG or PCML.
This interface is less rigid that the classical AsPgmCall, it also allows you to call procedure from Service Program, as well as pass or receive more complex parameters/results structures. It also has a better error handling and there for it is easier to diagnose and solve program calls problems.
See the following functions for details: ASXMLDefine, ASXMLLoadDefinition, ASXMLBindSrvPgm and ASXMLCallPgm)