IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Can I use a String variable in the tamino.query() method?

    Posted 04/20/02 06:37 PM

    HI everyone,

    I wanted to know if something like
    String str= “//accessory[name=“brush”]”;

    String str1=“//accessory[price=“12000”]”;

    and then do something like
    tamino.query(str interect str1);
    Please let me know…Im new to Tamino… :slight_smile:
    Thanks,
    Best Regards,
    Parth


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 2.  RE: Can I use a String variable in the tamino.query() method?

    Posted 04/22/02 12:53 PM

    I noticed that all your postings are “Poll Questions”.
    You should not use the “Poll Qustion” feature for normal questions. “Poll Questions” only make sense, if you offer different choices and want to get a voting from other people.

    Best regards,
    Christian Gengenbach.


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 3.  RE: Can I use a String variable in the tamino.query() method?

    Posted 04/23/02 03:13 PM

    Regarding your question:
    The answer to the question is Yes. The query() method expects a string, so you may put everything between the brackets, which evaluates to a String.

    However, I’m not sure if that is what you wanted to know. You did not explain, what you want to achieve with the given sample code. What is “str interect str1”?


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management