I am working on KONY platform.
I have a webservice response which is in XML format.It contains following tables:
and the Table has following fields :
As you can notice the fields of the table have some common field names : UID,CID,CPID
Now when i try to write xpath to extract the UID field of Expense Table
XPATH : NewDAtaSet\Expense\UID
in response all the UID of other tables are also getting added along with Expense UID.
Can anyone please suggest how we can define XPATH in KONY so that we only get UID of Expense?