Introduction to the IDL Extractor for Integration Server

This document covers the following topics:


Scope

The Software AG IDL Extractor for webMethods Integration Server is a wizard that reads a package from the Integration Server and generates a Software AG IDL file from all the existing services and nodes. Each service results in a program in the IDL file. All parameters of the services are mapped to an IDL alphanumeric data type, available as variable (AV) or fixed (An) length.

graphics/intro_01.png

With the Integration Server Wrapper you can generate a server of type "RPC Listener" or "Reliable RPC Listener". See Using the Integration Server Wrapper.

Calling an Integration Server Flow from a Mainframe Program

Start of instruction setTo call an Integration Server flow from a mainframe program