Hello everyone,
I try to run an request, like this:
for $s in distinct-values (input()//personne/nom)
return
{$s}
{ for $c in input()//personne
where $s = $c/nom
return $c/prenom
}
but, when I run it, my base is completed fall down.
So I want to know where is the problem about this request. 
Please Help me ! think you
Regards!!
Li
#API-Management#webMethods#Tamino