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.  File polling

    Posted 08/03/04 03:22 AM

    A question regarding file polling: while WM is moving input files from polling folder to working folder, is there any way that I can control how webMethods appends to the input file name, other than the default?


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


  • 2.  RE: File polling

    Posted 08/03/04 02:36 PM

    James,

    I believe we dont have control on that…this is the default behaviour.
    since this is internally coded and using the getTransportInfo service you can grab the filename and rename that what ever you like,but i dont think this will work for your requirement.

    Regards,


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


  • 3.  RE: File polling

    Posted 08/03/04 05:24 PM

    James,
    let us know the necessity for your question? why do you want to change the default behaviour?


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


  • 4.  RE: File polling

    Posted 08/05/04 03:28 AM

    RMG & Saurabh,

    Thanks. I just want to have control over the files, in every folder when using file polling. So either I will try to grab the file name if I cannot change the behavior, as you said; or I can use my own way to append to the file name.


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


  • 5.  RE: File polling

    Posted 08/05/04 02:48 PM

    James,

    you can extract the originalfilename from the getTransportInfo service of (transport/filePolling/originalFilename)from the pipeline when using filepolling port…
    Hope this is what u are looking.

    HTH,
    RMG.


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