Version 9.5 SP1
 —  Common Integration Scenarios  —

Calling Natural from a Web Service

Scenario: "I have a Natural server and I want to call this from a Web service client."

graphics/nat2ws-min.png

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

graphics/nat2ws_basic.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 Web service client objects. See Using the EntireX Web Services Wrapper.
graphics/blue_3.gif Test call from Web service client to Natural server.

Top of page