Korinne Adler

Results 48 issues of Korinne Adler

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:...

enhancement
help wanted

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.

help wanted
good first issue

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

This will make it easier to download and test new versions of XMLSERVICE. Ideally, this would be done by a CI.

enhancement

The test utilities (eg. ZZCALL) are used by the various language toolkits for their integration tests, but these utilities are not XMLSERVICE provided by IBM in QXMLSERV. This makes it...

enhancement