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
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.
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
You can also use the ftp services in pub.client to get files on a network.