Access a file over network

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.