Hello Gurus,
I’m trying to write a service which includes reading a xml file from a specified path and invoke bytestostring followed by xmlStringtoxmlnode and queryxmlnode services.
However, I’m encountering issues with queryxmlnode using both wql and xql queries.All I get is null when I try to extract the List from the below sample xml
XQL query used to pull the details of List - /List
WQL query used to pull the details of List - doc.List
I delacred List as output varibale under fields varibale of queryxmlnode as Record.
Designer version - 9.6.
Appreciate the quick help.