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

NonXml objects and Tamino DB

  • 1.  NonXml objects and Tamino DB

    Posted Tue April 03, 2001 12:19 AM

    I was testing to store and retrieve single non-Xml objects from tamino as it is refered in the documentation. Single node schema, type Any…
    I store the nonXml object with the Interactive Interface without any problem but, when trying to retrieve this objects from the ddbb i found that i was able to work with jpg’s, gif’s, Xsl’s without problems but whenever i tried to retrieve a Pdf or a Flash file from tamino they came corrupted , as if not all the object was properly stored.
    Did anyone experienced something similar.
    Thanks in advance.


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: NonXml objects and Tamino DB

    Posted Thu April 19, 2001 01:25 PM

    The Tamino Interactive Interface relies on IE to reckognize the nonXML file and send the correct mime type to Tamino. Tamino stores that mime type, and upon query will deliver the document with that mime type back.
    This works for the formats you mentioned. To get other formats working, load them with a loader that reckognizes those files correctly.


    #Tamino
    #webMethods
    #API-Management