windows app accessing wcf services for remote shared folder

Jul 2 2013 3:51 AM
I have 3 machines.
machine1 - client wants access to share folder on machine3 for two way file transfer
machine2 - wcf service providing access to share folder
machine3 - computer with shared folder

machine1 and machine3 are on different domains, and machine2 hosts the wcf service.

Please provide the code to perform the task.