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.  Generating filename when storing a file

    Posted 12/01/08 01:26 PM

    Hi all,
    I am new with Developer and have a question that I think its solution is easy but i do not know how to solve it :slight_smile:
    I have created a flow service containing pub.xml:documentToXMLString and another service pub.flow:savePipelineToFile. The idea is to fill a document and then to store it onto the local HDD. Everything is OK except that when I am using the savePipelineToFile-> Service In->fileName it is hard coded and when i publish two or more documents the xml file contains only the last one, it overwrites the previous ones. How could i generate the filename for every filled document?
    Thank you in advance for your help…


    #BPM
    #webMethods
    #webMethods-BPMS


  • 2.  RE: Generating filename when storing a file

    Posted 12/15/08 04:17 PM

    use current time stamp to the file name extension, so you can have all the files.


    #webMethods
    #BPM
    #webMethods-BPMS