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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Convert XML return Object (URGENT)

    Posted 10/10/01 11:32 AM

    Any one who can explain on how to convert Tamino’s xml return data to String, in order to display on a web page, Please send me code if possible


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Convert XML return Object (URGENT)

    Posted 10/10/01 12:01 PM

    Just create create an XSL to transform your XML data into Text or HTML (better). Store this XSL in Tamino.

    From your web pages, call the Tamino pass-thru servlet with this kind of query (left part is the XML data query, right part is the XSL transformation) :

    http://localhost/servlet/styler/tamino/mydb/mycollection?_xql=mydoctype&_xslsrc=myxslcollection/myxsldoctype/mystylesheet.xsl


    #Tamino
    #webMethods
    #API-Management