Step 1: Import the COM library of the GWS package

The methods associated with creating and publishing a Web Service are contained in the classes that make up the Genero Web Services Library (com). If you use any of these methods in your client application, you must import the library. Since this example application sets the timeout period that the client will wait for the Service to respond, include the following line at the top of the module:
IMPORT com

If your generated .inc file uses XML class data types, you need to add IMPORT xml.