E
egarcia
Guest
Hello, The count operation expects a response from the server that looks like the following: {"response":{"numRecs":1312}} Here is a link to the documentation with a sample count method: documentation.progress.com/.../updating-business-entities-for-access-by-telerik.html Technically, the property holding the result does not have to be called "numRecs" but I wonder if Rollbase is specifically looking for it. Could you change your method to use "numRecs"? Regarding using GET vs PUT for INVOKE operations. The JSDO, via the catalog, can use INVOKE operations with GET. However, the Data Object support in PDSOE, the REST mapping, uses PUT for INVOKE operations. We would need to enhance PDSOE to use GET (or other verb) for INVOKE operations. In general, the client, whether it is the JSDO or Rollbase, should use the definition in the catalog to call the operations in the backend. I hope this helps.
Continue reading...
Continue reading...