All service types automatically generate a COBOL console application client. As part of client generation, a proxy program is also generated. The proxy provides a standard mechanism for invoking the service, and is intended to be used by production clients.
After generating a client, Enterprise Developer adds a client folder to the project that contains the following components:
To enhance its appearance and usability, you can optionally edit a console client program using the Enterprise Developer COBOL editor, or any text editor.
You can run a console client directly from your project using the Enterprise Developer Debugger. Before doing so, ensure that:
Once these things are in place, return to the Team Developer View. Right-click the service interface entry in the project's client folder; then select Debug As > COBOL Application from the context menu.