Hi,
I am also getting the same "Missing content to select from" popup when I click on Select from Current button for XQuery Match Assertion.
Xquery Expression is as below
declare namespace soap='http://schemas.xmlsoap.org/soap/envelope/';
declare namespace ns1='http://www.webservicex.net/';
<MyResult>
{
for $x in //ns1:GetSupplierByCityResponse/ns1:SupplierDataLists/ns1:SupplierDatas/ns1:SupplierData
return <SupplierNumber>{data($x/ns1:SupplierNumber)}</SupplierNumber>
}
</MyResult>
Please help me fix this as I am using SOAP UI for the first time. I am just using the tutorial below to learn
https://www.guru99.com/assertions-soapui-complete-tutorial.html