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.  Access a file over network

    Posted 08/14/03 02:34 PM

    Hi,

    I need to do a getFile (or something similar) over a network, could anyone please point me in the right direction. I am using Integration Server 4.6.

    Thx,
    Marcel.


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


  • 2.  RE: Access a file over network

    Posted 08/14/03 03:14 PM

    Use this service: pub.file:getFile
    I use this service to read XML files and then: pub.web:stringToDocument, and then pub.web:documentToRecord to parse data into records.
    Gabor


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


  • 3.  RE: Access a file over network

    Posted 08/14/03 03:25 PM

    You can also use the ftp services in pub.client to get files on a network.


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