Re: Compound qualification for a GetList web service

2011-06-10 Thread L G Robinson
Hi Chintan, Thanks for the additional suggestions. I believe I will take a different aproach... Instead of returning complete records on the get-list request based on the qualification supplied by the user, I will return a subset of the fields, specifically excluding the field(s) that may

Re: Compound qualification for a GetList web service

2011-06-09 Thread L G Robinson
Hi Chintan, Yes, I understand completely that I am at the mercy of the consumer with regard to what they put in the qualification. You did not confuse me. :-) However, when I put the following into the Qualification: box in Developer Studio: XPATH(/ROOT/qualification) AND 'distribution' !=

Re: Compound qualification for a GetList web service

2011-06-09 Thread Chintan Shah
...@ncsu.edu wrote: From: L G Robinson n...@ncsu.edu Subject: Re: Compound qualification for a GetList web service To: arslist@ARSLIST.ORG Date: Thursday, June 9, 2011, 12:37 PM ** Hi Chintan, Yes, I understand completely that I am at the mercy of the consumer with regard to what they put

Re: Compound qualification for a GetList web service

2011-06-08 Thread L G Robinson
either the field from the form or an element from XPATH. What you mentioned below should work. Thanks Chintan. --- On *Tue, 6/7/11, L G Robinson n...@ncsu.edu* wrote: From: L G Robinson n...@ncsu.edu Subject: Compound qualification for a GetList web service To: arslist@ARSLIST.ORG Date

Compound qualification for a GetList web service

2011-06-07 Thread L G Robinson
Hi Folks, I need some help formulating a qualification for a GetList web service. Simplistically, I want to do the following: (XPATH(/ROOT/Qualification)) AND ('distribution' != Internal) But this is not syntactically correct. In words, I want to take whatever qualification the user has

Re: Compound qualification for a GetList web service

2011-06-07 Thread Chintan Shah
Subject: Compound qualification for a GetList web service To: arslist@ARSLIST.ORG Date: Tuesday, June 7, 2011, 12:23 PM ** Hi Folks, I need some help formulating a qualification for a GetList web service. Simplistically, I want to do the following:    (XPATH(/ROOT/Qualification)) AND ('distribution