Building a SOAP web service application

After using the wizard to generate a SOAP web service client or server application, you can build the application after satisfying some configuration demands within Genero Studio.

The WSHelper.42m contains functions used internally for Web Services. If you have "IMPORT FGL WSHelper" in your module, you do not need to set it as an external dependency. Otherwise, add WSHelper.42m to the application node in Project Manager as an External dependencies property. The Genero library file WSHelper.42m must be linked into every application using Web Services.

The Build Rules are defined to link the generated 4gl file into your application. The generated 4gl file in the Target Directory should not be modified, as changes will be lost when the file is regenerated.

When you build the Project, the appropriate files are compiled and linked.