E
egarcia
Guest
Hello Kevin, The schemaName property is used to represent the schema of the resource/Business Entity. The schema for dataset parameters used in invoke methods is handled different. If the dataset is the same as the one for the resource, you would use the schema property. For other datasets, the general idea is that these schemes would be generated into the catalog as a separate property called dataDefinitions. There is also an annotation that you can use to indicate that you want to generate the schema into the catalog. Example: @progress.service.dataDefinition(name="eOrder"). DEFINE TEMP-TABLE ttTest FIELD ttCode AS INTEGER FIELD ttDesc AS CHARACTER. Note: In a future version this generation will be done automatically without using the annotation. Please notice that to call invoke operations, you just need to pass the appropriate parameters. You do not need the info in the catalog. Are you trying to consume the schema from the catalog? I hope this helps, Edsel
Continue reading...
Continue reading...