I4GL migration guide / Migrate an I4GL web service consumer to Genero |
Then simply compile your modified I4GL application for Genero and execute it. Your application will then connect to the web service passing and returning the parameters as it were only simple BDL function calls.
$ fglcomp -M ws_zipcode_zipcode_detailsservice.4gl $ fglcomp -M clsoademo.4gl $ fgllink -o clsoademo.42r clsoademo.42m ws_zipcode_zipcode_detailsservice.42m $ fglrun clsoademo.42r