Web services qualification

2011-05-10 Thread Prasanth Prabhakaran
Dear experts Seeking your help again . I want to query a list of data using a WSDL for this am using GetList operation, how can I give the below qualification in the XPATH. 'Test' LIKE "%test%" Can I use the below qualification for the same in web service / what is the syntax for LIKE

Re: Web services qualification

2011-05-10 Thread patchsk
For a getlist operation, by default one of the input mapping attributes is: Qualification You send the qualification as input to remedy using this attribute. This qualification is same as what you use in remedy user tool advanced qualification bar. You do not need to change XPATH element. On May

Re: Web services qualification

2011-05-10 Thread Chintan Shah
Hi Prasanth, I created a test web-service and following worked. It returned a list of matching records. 'Parent ID'  LIKE  ( "%"+XPATH(/ROOT/Parent_ID)+"%") Thanks Chintan. --- On Tue, 5/10/11, Prasanth Prabhakaran wrote: From: Prasanth Prabhakaran Subject:

Re: Web services qualification

2011-05-10 Thread Chintan Shah
makes complete sense, since you will be generalizing your WS operation at that point. Thanks Chintan. --- On Tue, 5/10/11, patchsk wrote: From: patchsk Subject: Re: Web services qualification To: arslist@ARSLIST.ORG Date: Tuesday, May 10, 2011, 10:49 AM For a getlist operation, by defaul

Re: Web services qualification

2011-05-10 Thread Prasanth Prabhakaran
list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Chintan Shah Sent: Wednesday, May 11, 2011 6:34 AM To: arslist@ARSLIST.ORG Subject: Re: Web services qualification ** Vamsi, the problem with that is client has to know Label/DBNames(dont remember exactly which one is needed in WSDL). Th

Re: Web services qualification

2011-05-11 Thread Chintan Shah
e, 5/10/11, Prasanth Prabhakaran wrote: From: Prasanth Prabhakaran Subject: Re: Web services qualification To: arslist@ARSLIST.ORG Date: Tuesday, May 10, 2011, 11:10 PM ** Hi Chintan / Vamsi,      Good morning & Thank you very much for helping me J   my scenario is what Chi

Re: Web services qualification

2011-05-11 Thread patchsk
> > --- On Tue, 5/10/11, Prasanth Prabhakaran > wrote: > > From: Prasanth Prabhakaran > Subject: Re: Web services qualification > To: arsl...@arslist.org > Date: Tuesday, May 10, 2011, 11:10 PM > > ** > > Hi Chintan / Vamsi, > >    > >    Good morning

Re: Web services qualification

2011-05-11 Thread Prasanth Prabhakaran
.ORG] On Behalf Of patchsk Sent: Thursday, May 12, 2011 1:55 AM To: arslist@ARSLIST.ORG Subject: Re: Web services qualification If your database is sql server then it supports case insensitive searches. If it is oracle then forget about setting it case insensitive as you end up recreating all

Re: Web services qualification

2011-05-13 Thread Chintan Shah
to send 3 queries one with 'Test%'; second with 'test%'; third with 'TEST%'; Regards, Chintan. --- On Wed, 5/11/11, Prasanth Prabhakaran wrote: From: Prasanth Prabhakaran Subject: Re: Web services qualification To: arslist@ARSLIST.ORG Date: Wednesday, May 11, 2011,