Create a Web Services program

You can use Genero Studio to write, compile, and execute a Genero Web Services (GWS) client or server application.

  1. Add an application, library, or folder node to a project in Project Manager.
  2. Right-click the node, and select Add Web Service. Select either Client Consuming WSDL or Server Implementing WSDL. This calls the The Web Services wizard, to assist you in adding the Web Services client or server information to the application.
  3. Use Code Editor to create or modify a Genero application that calls a Web Service (client) or defines a Web Service (server). Use the WSDL information to determine the service name and functions. Code Editor recognizes and parses the syntax of BDL functions related to Genero Web Services. See the Genero Web Services User Guide for details on coding your Web services clients and servers.
  4. In Genero Studio Project Manager, add the WSHelper.42m file to the external dependency property of your Genero application; this compiled file contains functions used internally for Web Services.
  5. Use the Genero Studio Build menu option to compile and link your new application.

If you must access the web service using a proxy, provide the proxy information using Tools >> Preferences.