xmlservice
xmlservice copied to clipboard
XML-based interface for accessing IBM i resources
xmlservice can include characters invalid in XML. For example, EBCDIC substitution characters (3F), such as stored in a database or if the new encoding can't represent the character, are turned...
PR is a mere suggestion as an alternative to Jenkins-based builds. I have no assertion that this PR should or need to land, but could be an interesting discussion
https://github.com/IBM/repo-template#license Should be: ```text * Copyright contributors to the XMLSERVICE project * SPDX-License-Identifier: BSD-3-Clause ```
There are various tests already, but they are written using the PHP or Python toolkits. These should be converted to not require these toolkits and call XMLSERVICE directly. Steps involved:...
It doesn't seem like service program functions are getting the %PARMS set properly when called. You can see this with the XMLSERVICE(ZZNOPASS) function for example: (I ran this in ACS...
iToolkit's iPgm is taking Library List from User's JOBD library list. Any way to give the library list in run time.? I tried submitting the job with a JOBD which...
In plugile.rpgle functions ilePGM() and ileSRV() they are walking forward through the argv pointers looking for a null pointer to count how many parameters there are. In the case of...
While we're converting the existing PHP tests to not use the PHP toolkit in #20, they may be useful to https://github.com/zendtech/IbmiToolkit. We should submit them over there.
https://github.com/IBM/xmlservice/blob/20800d6be4aa4748b6eb226896c899c9c7e752ab/src/plugipc.rpgle#L1496 Because dir+pgm will always expand to `/libname.LIB/XMLSERVICE.PGM`, and `SPAWN_SETJOBNAMEARGV_NP` gets set, this will always make a job of the name `XMLSERVICE` when spawning. A user asks if this could...