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

Converting a RecordList ot an XML file

  • 1.  Converting a RecordList ot an XML file

    Posted Wed February 19, 2003 05:52 AM

    Hi All,

    I am new to web method.I am selecting some value from the table and
    getting a result.I want to create a XML file out of this results.

    I tried RecordListtoRecord but It is working only if the table has two
    fields

    My table has more 6 fields and I want to create a xml file out of the
    result.

    Please help me in this regard.

    – Best Regards - Savita --------------------- Hewlett Packard (India) +91 80 2051288 (Phone) 847 1288(HP Telnet) -------------------------


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: Converting a RecordList ot an XML file

    Posted Fri February 21, 2003 09:14 AM

    Your problem seems to be a bit confusing.

    ok any way So try out this way.

    Once you generate all the results in the Record,then invoke recordToDocument service and specify the recordName (the corresponding DTD name which you want to convert to the XML)…

    The final output from that service will be the XML document which solves your problem.

    Hope i understand your issue.

    Cheers


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods