FDLBORGEN example

To convert the WebSphere MQ Workflow data structure MyCustomer to business object Wf_MyCustomer, you must first generate an input file in WebSphere MQ Workflow Buildtime. Using MyExport.fdl in the current directory, you can execute FDLBORGEN as follows:

fdlborgen -iMyExport.FDL -oMyBO.txt -nMyCustomer -pWf_ -vCreate,Update -r2.0.0

This generates business object Wf_MyCustomer based upon data structure MyCustomer in FDL file MyExport.FDL. Any required child data structures are also included in this definition file.

Copyright IBM Corporation 2003, 2005. All Rights Reserved.