Message Boards
Custom QXI SI API
Glen Diener, modified 3 Years ago.
Custom QXI SI API
Post Date: 8/11/15 (Bronze, 15 Posts) Recent PostsMichael Forman, modified 10 Years ago.
Re: Custom QXI SI API
Post Date: 8/16/15 (Platinum, 334 Posts) Recent Posts
Hi Glen, Here is the Training Guide for QXtend 1.7.2, hopefully the steps are more detailed. http://goo.gl/MNtfAm
Gary Yang, modified 10 Years ago.
Re: Custom QXI SI API
Post Date: 10/29/15 (Silver, 40 Posts) Recent Posts
Glen, you can add "message" statement in the Progress code for debugging and the message should show up in the SI AppServer log file. I also have seen the cases in which AppServer may terminate before calling the method, thus nothing is there but the "result" still shows "success" - that is because QXtend depends on the tt_temp_err_msg temp-table for error reporting but if that is not populated (you can use pxmsg.i to do so) QXtend considers it success. One way to be sure is that you have success or failure is to have "cResult" tag in the response dataset so you can assign the value at the end of the process. Once you get it to work, SI API is very powerful. Have fun!
Message place holder
Forums