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.  How to write to a file.

    Posted 03/07/08 01:16 AM

    Hello,
    I need to save my output into a flat file.
    How to do it?


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: How to write to a file.

    Posted 03/31/08 01:53 AM


  • 3.  RE: How to write to a file.

    Posted 04/25/08 08:57 AM

    May be after the Data Processing is done you can use the following inbuilt service to wrie to a Flat File.

    sample.IO.test:writeToFile

    This flow takes the string and writes into the flat file according to the specified path.

    Map the string in Pipeline In to fileContent in Service In and Hard Code the filename as the Path name of the file where you want to write.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: How to write to a file.

    Posted 05/12/08 11:11 AM

    Depends what you want to do…

    You can create your own java service for this as suggested.

    Or…

    You can simply save your pipeline.
    See the built-in service reference document…
    pub.flow:savePipelineToFile.


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: How to write to a file.

    Posted 05/12/08 11:49 AM

    Instead of writing your own services you may also use the services included in the PSUtilities package, downloadable from https://advantage.webMethods.com/advantage?targChanId=kb_home&oid=1614310672

    Hope this helps


    #webMethods
    #Integration-Server-and-ESB