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

VAN FTP save EDI files to local file

  • 1.  VAN FTP save EDI files to local file

    Posted Mon May 05, 2003 11:22 AM

    Thanks for the answers. Now I’trying to save the incoming EDI files into a local file using getFromVan service, my connection runs well , I’m able to see the data in the results tag, however I need to save this data into a single file, the service dosn’t provide this option …
    we don’t want for the moment store the data in TN so I filling NO to saveInboundtoTN parameter…
    Quetsion:
    1)Where WM actually store this data ?
    2)Do I have to customize this service using SavePipelineToFile …or other Service (writeToFile)? or I missing something

    Any inputs will help me…

    Thanks


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: VAN FTP save EDI files to local file

    Posted Tue May 06, 2003 11:20 AM
    1. It doesn’t store the data anywhere. It is all in memory unless you’ve configured large document handling and the retrieved document is considered large.

    2. You probably don’t want to customize the getFromVAN service. Future version upgrades will likely wipe out your changes. Instead, write your own service that calls getFromVAN then pass each EDIData.string or EDIdata.reservation to writeToFile to store the data to the file system.

    HTH


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards