Forum Discussion
SiKing
13 years agoCommunity Hero
From personal observation I believe SoapUI (not XPath) will match on any found text at that XPath level.
So in your example, the * replaces any one element at that level of hierarchy - normal XPath behaviour. SoapUI would return a true assertion if your ${DataSource#Message} was any one of 'Message 1', 'Message 2', or 'Message 3'.
HTH.
So in your example, the * replaces any one element at that level of hierarchy - normal XPath behaviour. SoapUI would return a true assertion if your ${DataSource#Message} was any one of 'Message 1', 'Message 2', or 'Message 3'.
HTH.