This document describes the RPC examples provided. After installation of the EntireX Development Tools package, all examples here can be found in the EntireX directory examples/RPC.
This document covers the following topics:
For Micro Focus environments, the CALC and SQUARE clients are built with COBOL Wrapper "Micro Focus with standard linkage calling convention" interface type. See Client Interface Types for more information.
Name | Type | Description | Notes |
---|---|---|---|
CALCCLT.cbl |
COBOL source code | A client application calling the remote procedure (RPC service) CALC , with associated example.idl.
|
1 |
SQRECLT.cbl |
COBOL source code | A client application calling the remote procedure (RPC service) SQUARE , with associated example.idl.
|
1 |
Notes:
For more information, see the readme file in EntireX directory examples/RPC/CobolClient/MicroFocus under UNIX or Windows.
For Micro Focus environments, the CALC and SQUARE servers are built with COBOL Wrapper "Micro Focus with standard linkage calling convention" interface type. See Server Interface Types for more information.
Name | Type | Description | Notes |
---|---|---|---|
CALC.cbl |
COBOL source code | A server application providing the remote procedure CALC (RPC service), with associated example.idl.
|
1 |
SQUARE.cbl |
COBOL source code | A server application providing the remote procedure SQUARE (RPC service), with associated example.idl.
|
1 |
Notes:
For more information, see the readme file in EntireX directory examples/RPC/CobolServer/MicroFocus under UNIX or Windows.