EntireX Version 9.7

EntireX and Web Services

This document covers the following topics and provides links to the relevant sections of the documentation.

See also Connecting Web Services under Common Integration Scenarios.


Offering RPC Servers as Web Services

With EntireX you can offer an RPC server, for example a COBOL or Natural RPC server, as a Web service. A typical starting point is a Software AG IDL File, which describes the interface to the RPC server. To create an IDL file, use an IDL extractor such as the IDL Extractor for COBOL or IDL Extractor for Natural to extract it from the RPC server.

graphics/servers-simple.png

The individual steps are listed below with links to the relevant documentation:

Top of page

Consuming Web Services from RPC Clients

With EntireX you can enable an RPC client, for example a COBOL or Natural client, consuming (or calling) a Web service. A typical starting point is an existing WSDL file, which describes the interface to the Web service.

graphics/clients-simple.png

The individual steps are listed below with links to the relevant documentation:

Top of page