I have a JMeter script with
-Thread Group
- While Controller
-SOAP/XML-RPC Request
-Regular Expression Extractor
Extractor gets response code, While controller checks if it's = "200"
(${__javaScript("$errCode)== "500";)})
And for some reason, it doesn't loop. But if replace SOAP request with HTTP request it's looping. How can I loop with while SOAP request?