Quote Originally Posted by d_stranz View Post
Sounds like the OP's scenario is that he reads the serverFile.xml file, retrieves the property element with the "FileName" attribute, reads its "value" attribute (which contains the literal string "%FILE%"), and is then stuck because he has no way to remotely determine the value of %FILE% on the server machine.
Right, thus the client needs to pass on the path with the variable intact so that the server can interpret it.

Quote Originally Posted by d_stranz View Post
It doesn't sound like there is any server-side program at all, it's just being accessed as a remote file system.
Well, the comment said server access happens through a REST API, so I assumed it would have some for of "get file" call.
This call needs to support paths with environment variable for this to work properly.

Cheers,
_