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.
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 project to the solution that contains your service interface. The name of the project is myserviceClientApp, and 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:
When you start the Debugger, Enterprise Developer automatically builds the client project and executes it.