Steps to write a WS client
To access a SOAP Web service, you create a Genero BDL client application that requests the service's functions.
The Genero Web Services (GWS) package allows a BDL program to access Web services found on the Internet. GWS supports the WSDL1.1 specification of March 15, 2002. This example illustrates a client application that accesses the Add operation in the GWS Web Service MyCalculator.
See Writing a Web server application for information about the Service.