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.  ISDoc to Flatfile Conversion Problem

    Posted 07/27/09 09:01 PM

    Hi all,
    I’m trying to convert ISDoc to ff data using pub.flatFile:convertToString
    The ISDoc structure is as follows:
    Record1
    –>Record2
    ---->Record3
    ------>RecordList1
    -------->String1
    -------->String2
    -------->Record4
    ----------->String3
    -------->RecordList2
    ----------->String4
    I prepared the schema (delimiters: 'newline’for delimited record, ‘,’ for field) for the above mentioned structure and generated the corresponding document type. I also verified that th structure looks exactly the same as that of the ISDoc type.
    But when i pass the ISDoc as input to ffValues and give the full namespace path of the schema, i finally get a string as output. But when i try to parse the output string with the schema again, the values are not getting properly filled into the respective fields.
    Am i missing something here? Let me know if you need any other info for further understanding. Any help is greatly appreciated.
    P.S: I tried to search in this forum. I tried those ideas too. But couldn’t accomplish my task.


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


  • 2.  RE: ISDoc to Flatfile Conversion Problem

    Posted 07/28/09 05:20 PM

    Finally, i solved my problem by re-arranging the hierarchy of the RecordLists. Now it works like a charm.

    Hope.


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