I would like to prompt OS/400 commands on the web using HTML (or any other web tool). I assume the best way to do it is by generating the XML file using the QCDRCMDD (Retrieve Command Definition) API and utilizing it using some kind of prompting tool.
I know how to generate the XML file.
I wonder if anyone utilized the XML output to prompt commands in a web environment.
Thanks
Software/Hardware used:
ASKED:
May 9, 2006 10:07 AM
UPDATED:
May 18, 2006 3:39 AM
Thank you, JPL.
I found that there is a java toolkit called JTOpen.
One of its classes is CommandPrompter – which is very similar to the command prompter used by the “Operations Navigator” in Management Central.
I tested it and it works and give very nice GUI for command prompting.
I need to stripe out the connection to the OS/400.
For some reason, the source code for this specific class is not available in the JTOpen, I have to find a way to do it.
Thanks