XML for RPG and Procedural Languages Documentation
|
-
Readme
-
Installation
-
API Docs
-
Samples
-
Programming
-
License
|
XML4PR Installation Instructions
- Download the XML4PR400 zip file from alphaWorks.
- Unzip the XML4PR400 zip file. The zip file includes an iSeries save file that contains the XML4PR service program and sample source code.
- FTP the save file to the iSeries you want to install the package on:
- Create the Library and save file:
CRTLIB XML4PR400
CRTSAVF XML4PR400/XML4PR400
- From your local machine ftp to the iSeries:
ftp <as400-name>
- Issue the following commands to complete the transfer:
binary
cd XML4PR400
put XML4PR400.savf
- Issue the RSTOBJ command on the save file. This will restore the service program and source files containing the RPG, C and COBOL interface and samples. (The original save was from library XML4PR400):
RSTOBJ OBJ(*ALL) SAVLIB(XML4PR400) DEV(*SAVF) SAVF(XML4PR400/XML4PR400)
- Do the following IFS restore to get the documentation native on the iSeries. Note that the IFS path that you want to restore into must be created before you issue this command. You can create a directory with the
mkdir command:
rst dev('/QSYS.LIB/xml4pr400.LIB/XML4PRDOC.FILE') OBJ(('/xml4pr400' *INCLUDE '<IFS path to restore into>'))
- To view the documentation you have two options:
- Map a network drive to your iSeries and open the following file in a browser:
<mapdrive:>\<IFS path to documentation restored in step 5>\index.html
- Configure your HTTP server to serve the documentation pages from their location in the IFS.
Note: This installation differs from the installation for version 3.1.0. There is no longer a message file and there is only one service program. This service program contains modules for both XML4PR and XML for C++ version 4.0.0.
|
 | XML4PR - XML4C Interface Wrapper for RPG, C and COBOL
Copyright 2000,2001,2002 International Business Machines. All Rights Reserved. |