Forum Discussion

eitan's avatar
eitan
New Contributor
15 years ago

Basic XQuery question

Hi All,

I'm a newbie in SoapUI and XQuery, and I'm trying to integrate SoapUI in my company's product.
I would like to create a simple test case as follows.
Assume I have a WS returning the following response:

 
   
     
       
          status
          ok
       

       
          id
          12345678
       

   

 


and I want to verify the status item has a success singleValue.

Now I want to extract /response/values/item from my WS response, so I introduce the "/response/values/item" in the "declare" box.
This results in an error: "No match in current response".

What am I doing wrong?

4 Replies