Forum Discussion
Uienifer
14 years agoNew Contributor
Resolved.
I figured out that my all approach was wrong. I should use JDBC request instead JDBC Datasourse, and just use XML response not XML datasourse. That gave me 2 xmls that can be easily compared using simple groovy scripts.
I used groovy script to put values from response in list and values from db in another list, then I just compared two lists in loop.
I figured out that my all approach was wrong. I should use JDBC request instead JDBC Datasourse, and just use XML response not XML datasourse. That gave me 2 xmls that can be easily compared using simple groovy scripts.
I used groovy script to put values from response in list and values from db in another list, then I just compared two lists in loop.