Overview

<< Click to Display Table of Contents >>

Navigation:  SshNetIbmi Class >

Overview

This class contains many of the useful IBM i specific data access classes you may want to use in your .Net applications that need to access and interact with IBM i.

 

Much of the IBM i XMLSERVICE functionality is wrapped in to this class for convenience.

 

This includes XMLSERVICE operations which can be accessed by calling xmlservice-cli.

 

Your .Net and .Net Core apps can run any qsh/pase commands they have permissions to run as well as perform XMLSERVICE operations (via xmlservice-cli) such as SQL database calls, CL command calls, program calls, procedure calls, send and receive to data queues and anything else XMLSERVICE supports.

 

More information and background on the IBM i XMLSERVICE system library can be found here: https://github.com/IBM/xmlservice

 

XMLSERVICE documentation is at https://xmlservice.readthedocs.io

 

XMLSERVICE is a set of procedures written in ILE RPG that allow you to interact with IBM i resources such as programs and commands using a plain XML protocol. XMLSERVICE can be called directly or via high-level language toolkit.

xmlservice