Karate - How to loop Soap request with values received from a response array
问题 I am making a Soap request, and I am receiving the response that's returned as an array: - [print] [ "M4205N", "M4206U" ] For each item in the array, I want to make another Soap request. I've read how you can do this with tables and call a feature file, and I've read how to loop through an array, and call a js function. I cannot figure out how to loop through the array, and pass each value to another soap request xml (one at a time). I want to do something like this: Given soapURL And method