Software AG IDL Extractor for webMethods Integration Server

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 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. From EntireX Adapter version 10.5, you can select individual services and nodes; with earlier versions all services and nodes are extracted.

Introduction Introduction to the IDL Extractor for Integration Server.
Using Using the IDL Extractor for Integration Server.
IS to IDL Mapping Mapping Integration Server data types and syntax to Software AG IDL.
Automating IDL Generation Creating an IDL file can be automated using service pub.wmentirex.listener:generateIDLfromService.

See also Extracting IDL using the REST API in the EntireX Adapter documentation.

Preferences relevant for the IDL Extractor for Integration Server are identical to those for the Integration Server Wrapper. See Integration Server Preferences in the Integration Server Wrapper documentation.

Related Literature