I am working on a Windows Forms app that will integrate with Dynamics GP 2010, using the eConnect WCF service.
The eConnect Windows service is defaulted to only have the net.pipe binding, which would indicate that every client machine that will run my Windows Forms app will need to also have the eConnect Windows service also installed.
Is it possible to use the eConnect Windows service remotely? So that it can be installed on one server and have several client machines connect to it? I was thinking of modifying the config file for the Windows service to add a net.tcp binding, but I'm not sure if that would be supported by the service and Googling hasn't turned up much.