I4GL migration guide / Migrate an I4GL web service provider to Genero |
Add a new modular 4GL record where all members map to one of your I4GL web service input parameter, and keep the parameter order as defined in I4gl .4cf file.
You must then specify the web service input message name via the Genero XML attribute called XMLName, and assign it to the FUNCTION NAME as defined in the I4GL .4cf file.
DEFINE zipcode_details_in RECORD ATTRIBUTE(XMLName="zipcode_details") pin CHAR(10) END RECORD