| I4GL migration guide / Migrate an I4GL web service provider to Genero | |
Create a Genero BDL wrapper function without any parameters that will then use the input and output record created at Step 2 and 3 to call the I4GL function passing it the parameters retrieved from the records.
FUNCTION zipcode_details_g()
CALL zipcode_details(zipcode_details_in.pin)
RETURNING zipcode_details_out.city,zipcode_details_out.state
END FUNCTION