E
egarcia
Guest
The best would be to use Submit because it uses the JSON before-image format and you can send different types of operations: creates, updates, and deletes. The approach that Ruben mentioned would be to call an invoke the method as an invoke operation. Another approach would be to try to use the method that you defined as a Submit. There is a recent option in the JSDO where you can use saveChanges(true) with a backend that does not have the JSON before-image format. documentation.progress.com/.../ You would need to write the code for method. For this you would need to manually change get to put in the catalog. Please give this a try to see if it works with your 11.3. Still, you might want to try upgrading to a more recent version. (Take a look at the new WebHandlers support in WebSpeed if you upgrade to 11.6.)
Continue reading...
Continue reading...