Writing a Web Services client application / WS client stubs and handlers |
Use the fglwsdl tool to generate the BDL stub from a WSDL URL or file.
fglwsdl -o ws_calculator http://localhost:8090/Calculator?WSDL
For a client application, fglwsdl generates two output files, which should not be modified:
This file must be listed in a GLOBALS statement at the top of any .4gl modules that you write for your GWS Client application.
This file must be compiled and linked into your GWS Client application.