Flow.xml on remote IS server

How can flow.xml can be read residing on the remote IS server and list its contents through http or some other mechanism but not through ftp.

Thanks.

Call pub.file:getFile, specifying the full filename for the flow.xml file of interest and loadAs bytes (stream won’t work).

What are you up to?

Thanks, but this service will read file from local and not from remote server. What I want is to check the custom IS services (flow.xml files) on remote production box if any WmPublic or utililty service is being used in it. Is there any other method to do the same? I guess Deployer uses the same strategy to extract files.

Forgot to mention: use the remote invocation facilities to call pub.file:getFile.