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.


#TechXchangePresenter
 View Only
  • 1.  Join two collections

    Posted Thu October 20, 2005 05:21 PM

    I would like to join two collections in my java API code. From my understanding when using TQuery.newInstance(query), your query uses the X-Query language. I was hoping to join from two different collections but all I am finding is the capability to join to documents in one collection unfortunately using XQuery and not X-Query.

    Any ideas how I can solve this?


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Join two collections

    Posted Thu October 20, 2005 06:31 PM

    Use TXQuery.newInstance(query) and the XQuery language.

    Seriously, XQuery is the way to go for all new development. X-Query is a relic of the past development of Tamino, and its use should be deprecated.


    #API-Management
    #webMethods
    #Tamino