Great comments, thank you all.
I was able to successfully work thru the example in the link from Padma, and understand the basic concepts. I believe I was getting stuck thinking that when I added a Rowset, I should see it in the XML Document, when expanding it in the Link Editor. Instead, I am thinking that columns/rows/data items are added to the current Rowset being pointed to. If I had two seperate tables of data to add to the document, I would add a Rowset for the first table, add the c/r/d, then create another Rowset for next table.
I was trying to add the 2 Rowsets first, then add columns to them after creating them. Didn't work.
One more question: I am trying to auto-generate the column names from the function call tables, but can't figure how to loop thru the items and grab their names.
Here is the output of one Repeater loop thru the table. In my test case, the Repeater runs 3x, so I get the data below repeated 3x. I am trying to grab the column names, like OBJEK,OBTAB,ATINN, ect. in a loop. I can create a seperate Column action for each, but can't figure how to loop thru the function.Response and just grab the <names> once. I keep getting the values instead of the names.
Regards,
Dan K
[INFO] [Tracer_1]<?xml version="1.0" encoding="UTF-8"?>
<item>
<OBJEK>000000000000950573</OBJEK>
<OBTAB>EQUI</OBTAB>
<ATINN>0000001084</ATINN>
<ATNAM>Z_FILTER</ATNAM>
<ATWRT>N</ATWRT>
<ATWTB>No filter</ATWTB>
</item>