webMethods

webMethods

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

how to retrieve non xml data using interactive interface

  • 1.  how to retrieve non xml data using interactive interface

    Posted Thu November 08, 2001 05:39 AM

    I got success to retrieve non xml data using a url.But I want to know how to retrieve non xml data using a interactive interface.


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: how to retrieve non xml data using interactive interface

    Posted Thu November 08, 2001 12:14 PM

    You can’t retrieve a nonXML document using the Tamino Interactive Interface. (Despite what it says in the Tamino documentation)


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: how to retrieve non xml data using interactive interface

    Posted Thu November 08, 2001 01:26 PM

    If you try and use TII to retreive nonXML all that you will get back are the ino:id’s and ino:docnames back because the TII issues:
    http://xxx/tamino/myDB/coll?_xql(0,16)=nonxmldoctype

    To get the contents you need to specify an absolute path to the nonXML document either using ino:id :
    http://xxx/tamino/myDB/col/nonxmldoctyoe/@1
    or ino:docname
    http://xxx/tamino/myDB/col/nonxmldoctype/XYZ.gif

    and TII does not do this.


    #webMethods
    #API-Management
    #Tamino