P
Peter Judge
Guest
The DOH does not require a catalog (or the JSDO client). The Catalog basically just describes the HTTP endpoints and payloads that are served. There's doc on the DOH at docs.progress.com/.../Use-a-Data-Object-Handler.html which describes how to use it for non-Data Object Service uses. There's a language issue (OCTA-3436) where the reflection methods that the DOH uses to figure out which method to call in your code cannot find TT's defined LIKE (it apparently has to do with the field and rpos ordering). If you simply return temp-table data then this isn't a problem, but if you want to pass JSON data into methods that have such a temp-table, you'll have to change/update the definition. There are some examples of using webhandlers at github.com/.../web_handler , include a couple for using the DOH.
Continue reading...
Continue reading...