Walks you through the process of setting client generation properties, generating console and WPF clients for the ProgramSOAP service interface, and deploying the WPF client to your enterprise server instance.
Restriction: This topic applies only when the Enterprise Server feature is enabled.
Restriction: For service interfaces, the Microsoft Visual Studio Shell supports the generation of console clients only. To generate any other type of client, you must install a full version of Visual Studio.
You can now generate clients to access the ProgramSOAP service that you deployed to the ESSOAP
enterprise server instance.
Set Client Generation Properties
The generation process automatically produces a console client; however, you can set an option that enables the additional generation of a WPF client.
- From
Visual COBOL, click
Tools >
Options.
- Expand
Micro Focus; then click
Service Interfaces.
- Check
WPF Application; then click
OK.
Generate Console and WPF Clients
- From the Solution Explorer, right-click the
ProgramSOAP service interface; then select
Generate Clients from the context menu.
You can watch the generation process in the Output window. When it is complete, you'll see the message "Generation succeeded". You should see that two projects have been added to the Solution Explorer:
- ProgramSOAPClientApp - the console client.
- ProgramSOAPWPFApp - the WPF client.
Each new project contains the client files required to successfully access the ProgramSOAP service now running on the ESSOAP enterprise server.