mmoser18
10 years agoFrequent Contributor
How to debug regular expressions in soapUI?
To allow more flexible testing I am trying to define misc. regular expressions that our received responses have to match. However, I am having some severe trouble getting this to work in soapUI. ...
- 10 years ago
Just for the benefit of those stumbling over this thread:
The reason why my regex would not match was, that they were too complicated and caused stack-overflows in the ~ method (which unfortunately were not reported but silently ignored and interpreted as "no match").
Increasing soapUI's default thread stack space fixed things. The details can be found in this thread.