New in Edition 6
iSeries Examples
iSeries Examples
- An example of a program to Scan for Level Check Errors in a partition in batch.
- An example showing how to Imbed Web Component Dynamically.
- An example of Email Document Handling System which demonstrates how emails can be automatically received, read and processed.
- Sending Email Directly over the Internet shows how you can now send emails from your iSeries system directly across the internet without having to have the OS/400 email system installed and configured.
- Accessing a Web Service shows how to access the NASDAQ web service from Windows, a web page, a 5250 green screen and an iSeries batch job, broadening the scope of usage for web services beyond a simple web form.
- Handling the Client Side of a B2B XML Transaction shows how the client side of a B2B XML based transaction might be designed and constructed.
- Handling the Client Side of a B2B XML Multiple Status Query shows how the client side of a B2B XML based query might be designed and constructed.
- Handling the Server Side of a B2B XML Transaction shows how the server side of a B2B XML based transaction might be designed and constructed..
- Handling the Server Side of a B2B XML Multiple Status Query shows how the server side of a B2B XML based query might be designed and constructed. The example allows orders to be created.
- Transfer File(s) using FTP shows how the JSM might be used to programatically transfer files using FTP.
- Using the JSM for Remote Procedure Calls between iSeries Systems shows how the JSM might be used to perform RPCs (Remote Procedure Calls) between LANSA RDML functions running on different iSeries systems. Parameters (inlcuding lists) can be passed to and returned by the remote procedure.