Forum Discussion

techva's avatar
techva
New Contributor
7 years ago
Solved

Getting error for xQuery

Hi, I have a very simple xQuery Assertion:   declare namespace soap='http://schemas.xmlsoap.org/soap/envelope/'; declare namespace ns1='http://www.webservicex.net/'; <resultData> { for $x in //...
  • PaulMS's avatar
    7 years ago

    Is the namespace missing for SupplierData in the expected result?

    To check that, I usually click the Select from current button under Expected Result to see the XQuery expression result from the current message.