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

cannot query schema definition with ino:collection

  • 1.  cannot query schema definition with ino:collection

    Posted Thu March 06, 2003 01:20 PM

    Hello,

    i’m running tamino 3.1.1.4. I created a new collection and stored a schema with some instances. Now I need to query the structural information about my doctypes in that collection.
    When I try to do an x-machine request as stated in the online docs like:
    http://localhost/tamino/myDb/ino:collection?_xql=ino:collection
    I only get some obviousely predefined doctypes retuned (such as ino:user, ino:group)

    Any clues ?

    Cheers Tobias


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: cannot query schema definition with ino:collection

    Posted Thu March 06, 2003 04:22 PM

    Hello Tobias,

    I think that you should query for instances of xs:schema rather than ino:collection.
    Something like this:

    http://localhost/tamino/myDb/ino:collection?_xql=/xs:schema[@ino:docname="xmldb/Telephone"]



    The ino:docname attribute has the format /

    I hope that helps,
    Trevor.


    #Tamino
    #API-Management
    #webMethods