Elinore
you can write a routine
for example:

               Qualification = ""; // give a valid qualification

                Result = proxy.OpGetList(Qualification);

                int i = 0;

                while (i < Result.Length)

                {

                    Console.WriteLine(Result.GetValue(i));

                    i++;

                }

                proxy.Dispose();



2007/11/8, Elinore AR <[EMAIL PROTECTED]>:
>
> Hi, thanks for your reply!
>
> I am using web services to search for Incidents. I created another
> form that calls the search function of the web service and plans to
> display the data on a table field (testing the web services this way
> but planning on consuming the web service online using C#). How do I
> display/get all the results of the query? I can display the result if
> it is only a single record, but I don't know how it's done for
> multiple records.
>
> ~ Eli ~
> http://docs.google.com/Doc?id=df5vs5vj_0fvdv72
>
> On Nov 7, 4:45 pm, Rakshit Bhandary <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > You dont have to map it to any field in your form. The calling party
> should
> > pass the qualification as you would give in the Advanced search bar. E.g
> .
> > 'User Name' = "Rakshit". This will return all the matchinf records to
> the
> > calling party.
> >
> > Regards,
> > Rakshit
> >
> > On 11/7/07, Elinore AR <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> > > Hi, can anyone show me how to use XPATH(/ROOT/Qualification)?
> >
> > > Need to know how to loop through the dataset returned by XPATH(/ROOT/
> > > Qualification). Can anyone give an example?
> >
> > > TIA.
> >
> > > ~ Eli ~
> > >http://docs.google.com/Doc?id=df5vs5vj_0fvdv72
> >
> > >
> _______________________________________________________________________________
> > > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> > > Platinum Sponsor:www.rmsportal.comARSlist: "Where the Answers Are"
> >
> >
> _______________________________________________________________________________
> > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> > Platinum Sponsor:www.rmsportal.comARSlist: "Where the Answers Are"
>
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to