Including the web services library

Import the com class.

The methods associated with creating and publishing a Web Service are contained in the classes that make up the Genero Web Services Library (com).

The XML library allows you to use attributes to map the BDL data types in a Genero application to their corresponding XML data types. See Attributes to Customize XML Mapping for additional information.

The WSHelper library allows you to reference global HTTP server variable type definitions for incoming and outgoing communication with the GWS server, and to use its wsError record for error handling.

Include these lines at the top of each module of your GWS server application to import the libraries:
IMPORT com
IMPORT xml
IMPORT FGL WSHelper