xmlservice icon indicating copy to clipboard operation
xmlservice copied to clipboard

XML-based interface for accessing IBM i resources

Results 24 xmlservice issues
Sort by recently updated
recently updated
newest added

See: https://github.com/IBM/xmlservice/blob/20800d6be4aa4748b6eb226896c899c9c7e752ab/src/plugipc.rpgle#L1488 It overwrites a mutually exclusive [job name flag](https://www.ibm.com/docs/en/i/7.3?topic=ssw_ibm_i_73/apis/spawn.htm), but it's also getting rid of the multithreaded job flag. Is this intentional? If so, the previous two lines should...

Originally I wrote the itoolkit for Python equivalent to use system API QESRSRVA to retrieve service attributes. I debugged to the point the the stored procedure is called and just...

For a mixed requests in xmlserver input with requests that call both PASE(/usr/lib/start32) and JVM(QSYS/QSQSTPJC) in a job, SQL query failed later. As start32 is not recommended to be called...

Hi All, To set the transaction-isolation level to NO COMMIT in a XML SQL document, I created the following XML: ``` ``` I got the error: `Member not journaled to...

Hi! In [https://github.com/IBM/nodejs-itoolkit/issues/75](https://github.com/IBM/nodejs-itoolkit/issues/75) I suggested to add support for free format parameter syntax ("char(10)" instead of "10A"). @ThePrez suggested to open an issue here. This may be something related to...

XMLService how to parse DBCS (double-byte character set) chars?? Can u give us hint? Below is our xml example: `` Thanks

A UDF does not require an SQL pre-compiler or embedded SQL.

The raw wiki content was migrated under b18c3140953690661d07c998e5ea83187bf4d94d and the text version under 140f1ce54e80744099408c0a6b7db0add868d7dd. The docs there need to be converted to understandable documentation and converted to restructured text under...

enhancement
help wanted
good first issue

This will make it much easier to contribute.

blocked

Currently XMLMAIN.PGM, XMLSERVICE.PGM, XMLCGI.PGM, and XMLSTOREDP.SRVPGM link in all the common modules. This is obvious duplication and could be reduced by building a new service program containing all these modules...

enhancement
help wanted
good first issue