Hi Elsabe,
you can still use X-Query insted of XQuery.
e.g. have a look on the following tag:
<xapp:directcommand collection="${xappCollection$}" type="xquery" document="browseList" arg="for $x in input()/Property return $x"/></pre><BR><BR>if you would like to use a similar query in X-Query then you need to change the <B>type</B> of the directcommand from <B>xquery</B> to <B>query</B>.<BR> <pre class="ip-ubbcode-code-pre"><xapp:directcommand collection="${xappCollection$}" type="query" document="browseList" arg="/Property"/>
With the other tags also allowing quering it should work accordingly.
Bye
Thorsten
#API-Management#webMethods#Tamino