Hi All:
I have a GP server which installed GP 2010, eConnect 2010. I have a .NET integration website whose functionalities are importing GL, AR, AP transactions into GP by using eConnect method. When I tried to add the eConnect WCF service which resides on the GP server into the website, it failed. The address I use is net.pipe://servername/Microsoft/Dynamics/GP/eConnect/. (The servername here is the GP server name)
Then I tried to create the same integration website from the GP server directly and add eConnect WCF service directly from the localhost, it works fine. The address I use is net.pipe://localhost/Microsoft/Dynamics/GP/eConnect/.
Then my question is: How can we add the eConnect WCF service from the dev machine rather than directly from the server which eConnect 2010 installed? I know for my own WCF service, I can modify the endpoint address but seems eConnect WCF service does not allow me to do that.
Furthermore, let's image a real world deployment scenario, we have a GP server which install the GP 2010 and eConnect 2010, we have another IIS server which install the integration website and typically the website will have a service reference to the GP server. But in this case, seems it has problems.
Any comments or suggeations welcome here.
Thanks,
*This post is locked for comments