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
  • 1.  URL Query and XQL:RESULT tags

    Posted Fri November 02, 2001 01:53 AM

    I’ve stored a well-formed XML document in Tamino (no schema). I query Tamino via this URL: http://localhost/tamino/database/ino:etc?_XQL=/myDocument.

    Is there a way to get my document back as a result without the surrounding xql:result tags (and all the other informational stuff, like all the ino:response & ino:message nodes)? What would the query URL look like?

    Thank,
    FX


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: URL Query and XQL:RESULT tags

    Posted Fri November 02, 2001 08:21 AM

    http://localhost/tamino/database/ino:etc/myDocument/@nnnn

    where nnnn is the ino:id of the document

    or if you have assigned the document a name “XXXX”

    http://localhost/tamino/database/ino:etc/myDocument/XXXX


    The document has no wrapper and no ino: markup


    #Tamino
    #webMethods
    #API-Management