Hello listers,

I'm trying to build a web service to retrieve a list of tickets from the
ticket form, the goal is to let people invoking it to use a free
qualification, using whatever fields they want to query the form, with the
only exception of forcing them to query one particular field in addition to
the free query. The field that must be in the query is the BeneficiaryLogin
from the ticket form

In the input mapping I have is as follows

ROOT
  |
    Qualification
     |
       USERID

Now, if I save the web service typing XPATH(/ROOT/Qualification) in the
qualification bar it lets me do it but it's useless for my requirement,  if
I type  'BeneficiaryLogin' = XPATH(/ROOT/Qualification/USERLOGIN), again it
lets me save it but it's useless because the free part of the query is not
specified, if I type   XPATH(/ROOT/Qualification) AND 'BeneficiaryLogin' =
XPATH(/ROOT/Qualification/USERLOGIN) it returns an error (qualification
line error..)

What am I doing wrong? Is there a way to allow a free query with a
particular condition in AND ?

Thanks in advance for your help
Cheers
Antonello Monizza

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to