Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Looping
reactancexl
Posts: 177 ✭
in SOAtest
I have a XML source pulled in from calling a .jar file. I need to loop thru that XML file based off xpath and send each one to a soap or rest service. How would I do that?
0
Comments
-
You should pass the XML file to an XML Data Bank, and extract the data from there into a Writable data source. Then you should use the Writable data source in your SOAP and/or REST Clients to loop over the data you put into the Writable data source.
1