Service Adapter Functionality

Topics:

The Service adapter:

The adapter does not require any pre-processing or post-processing logic and also does not enforce any kind of security. Security is provided as part of the iWay container.

In order to fully expose the integration between iWay and Connect Direct, the adapter includes two service types:

The composite command service differs from the simple and API command service as follows:

Composite Command Service

The composite command service can be used to construct and submit a Connect:Direct process. The composite command can consist of any combination of the following Connect:Direct operations:

  • Copy. Copy files to and from an SNODE.
  • Submit. Submit a process to a PNODE/SNODE. The process is contained on the file system in the form of a .cdp file.
  • Run Task. Run a Connect:Direct task on the SNODE/PNODE.
  • Run Job. Run a Connect:Direct job on the SNODE/PNODE.

Using iWay Explorer, the iWay Protocol Adapter for Connect:Direct provides XML schemas for process commands within each target to represent composite commands as XML requests.

Simple and API Commands

Simple commands contain all of the commands exposed by the Connect:Direct API specification. These commands include:

  • Process. Select, submit, delete, and change.
  • Statistics. Select.
  • Tracing. Select and change.
  • Mode. Select, add, delete, and change.
  • Node. Select, add, delete, and change.
  • Lsdir.
  • Proxy. Select, submit, delete, and change.

The API commands are also represented by individual XML request and response schemas that are provided within each operation using iWay Explorer.