Forum Discussion

mmoser18's avatar
mmoser18
Frequent Contributor
9 years ago
Solved

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.    ...
  • mmoser18's avatar
    9 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.