Version 9.6
 —  Common Integration Scenarios  —

Calling Natural from Integration Server

Scenario: "I have a Natural server subprogram and want to call this from the Integration Server."

graphics/nat2is-simple.png

Solution: Select an existing Natural server graphics/blue_1.gif and generate the integration logic graphics/blue_2.gif to call it from IS platform graphics/blue_3.gif. See also the steps below.

graphics/nat2is-solution.png

graphics/blue_1.gif Extract the interface of a Natural server. See Using the Software AG IDL Extractor for Natural.
graphics/blue_2.gif Generate Integration Server adapter service and adapter connections. See Using the Integration Server Wrapper. As an alternative, perform steps graphics/blue_1.gif and graphics/blue_2.gif using an integrated wizard. See Adapter Services Wrapper for Natural.
graphics/blue_3.gif Execute call from Integration Server service to Natural server.

Top of page