Vamsi, the problem with that is client has to know Label/DBNames(dont remember exactly which one is needed in WSDL). The idea of web-service is to hide that information from them, hence places where only particular fixed parameters need to be passed, they can be passed as XPATH elements.
That way the client does not have to build the entire qualification and just need to pass parameters. eg. using Qualification XPATH Element, client has to build query that might look like this 'Test' LIKE '%Test%'. using Parameters, client only has to pass value '%Test%'. Also, its easier for client to manipulate WSDL if input parameters are properly specified. Again, this goes only for operations where we know what we want to query. If client comes back and says I want to query on every field that is on your ticket, then "Qualification" attribute makes complete sense, since you will be generalizing your WS operation at that point. Thanks Chintan. --- On Tue, 5/10/11, patchsk <[email protected]> wrote: From: patchsk <[email protected]> Subject: Re: Web services qualification To: [email protected] Date: Tuesday, May 10, 2011, 10:49 AM 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 10, 7:30 am, Prasanth Prabhakaran <[email protected]> wrote: > 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 query in web services any idea ? > > 'Test' LIKE XPATH(/ROOT/Test) > > Thanks & Regards > > Prasanth.P > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should > check this email and any attachments for the presence of viruses. The company > accepts no liability for any damage caused by any virus transmitted by this > email. > > www.wipro.com > > ___________________________________________________________________________ > ____ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org > attend wwrug11www.wwrug.comARSList: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

