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.  RowColumn to XML Transformation

    Posted 04/08/05 04:01 PM

    Hello,

    I am new to webMethods and could someone tell me how to tranform row/column to XML (flow steps that are needed).

    To my knowledge, we use Select SQL to get the data from the database using appropriate adapter and take the strings in the input of the Select SQL doc and map to transform to XML. But wasnt sure what steps would be required to convert to XML.

    Plz provide me with a solution.

    Thx


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: RowColumn to XML Transformation

    Posted 04/08/05 10:00 PM

    Pete,
    Once you retrieve the data from DB using AdapterService (select)then loop thru the Results/Fields and one to one map the data to the ISDocumentType(XML structure)and once it is done then use XMLDocumentToXMLString give xmldata string and further down you can follow upon the requirement.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods