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.

 View Only
Expand all | Collapse all

Query referring to multiple schemas

  • 1.  Query referring to multiple schemas

    Posted Tue February 17, 2004 05:17 AM

    It’s easy to run simple queries on Tamino from XMLSpy. How would you run queries of the following type using XMLSpy:

    for $a in input()/a, $b in input()/b
    where $a/some_field = $b/another_field
    return $a/data


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Query referring to multiple schemas

    Posted Tue February 17, 2004 03:35 PM

    Hello,
    XMLSPY directly support currently only
    Tamino X-Query 3 and not Tamino XQuery 4.

    However you can use the XMLSPY HTTP mechanism to access Tamino via XQuery 4 e.g.

    open url
    http://pcwwa2/tamino/welcome_4_2_0/bibc?_XQUERY=for+$i+in+input()/bib return $i

    Walter


    #Tamino
    #webMethods
    #API-Management