P
Peter Judge
Guest
The Data Object Service "READ" operation has a fixed signature of INPUT filter AS CHARACTER, OUTPUT DATASET All of the other non-Invoke operations (Create, Update, Delete) have a fixed signature of INPUT-OUTPUT DATASET Invoke operations may have (just about) any signature. There's doc on the JSDO (client) operations at docs.progress.com/.../Overview-of-Progress-Data-Objects-Services-and-Catalogs.html ; you may be able to find more info about developing the BE (ABL code) from there or by searching for "data object services" in the docs page. If you want to have non-prescriptive signatures and requests , you can look at the Data Object Handler ( docs.progress.com/.../Use-a-Data-Object-Handler.html ), a custom WebHandler or the REST mapping tool.
Continue reading...
Continue reading...