Hello,
How can I joint multiple collections in a Query?
i have tried:
for $a in input()/coll1,
for $b in input()/coll2
where $a/key = $b/key
return <result> { $a } </result>
but in the interactive manager i have too set a collection. It isnt possible to set 2 collections so this won’t work… Or am i doing something wrong?
Help will be appreciated 
Thanks
Stefan.
#webMethods#API-Management#Tamino