为了使用 Dynamics GP 2010 的 eConnect 11.0,是否必须在客户端计算机上安装 eConnect Windows 服务?

发布于 2024-10-17 15:18:28 字数 318 浏览 6 评论 0原文

我正在开发一个 Windows 窗体应用程序,该应用程序将使用 eConnect WCF 服务与 Dynamics GP 2010 集成。

eConnect Windows 服务默认仅具有 net.pipe 绑定,这表明将运行我的 Windows 窗体应用程序的每台客户端计算机还需要安装 eConnect Windows 服务。

是否可以远程使用 eConnect Windows 服务?这样它就可以安装在一台服务器上并让多台客户端计算机连接到它吗?我正在考虑修改 Windows 服务的配置文件以添加 net.tcp 绑定,但我不确定该服务是否支持这一点,而且谷歌搜索也没有太多发现。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

凉宸 2024-10-24 15:18:28

您需要创建一个自定义 Web 服务并将其安装在安装 gp Web 服务的同一域中,并使用此 Web 服务作为 gp Web 服务和您的应用程序之间的桥梁。

you need to create a custom web service and install it in on the same domain where gp web service is installed and use this web service as a bridge between gp web service and your application.

烙印 2024-10-24 15:18:28

是的,您是对的,为了使您的 Windows 窗体应用程序能够使用 eConnect 代码,您需要将其安装在每个客户端上。但是,您可以在 GP 2010 的 eConnect 工具之外远程访问可用的 Web 服务。要么这样做,要么将其安装在单个 Web 服务器上,然后将应用程序从 Windows 表单更改为 Web 表单。

Yes you are correct, in order for your windows form app to work with the eConnect code, you will need to install it on each of the clients. However, there are available web services that you can reach remotely, outside of the eConnect tool for GP 2010. It's either do it that way, or install it on a single web server, and change your application from Windows form, to web forms.

意中人 2024-10-24 15:18:28

实际上,您可以在服务器上设置 econnect,并在网络管道之外添加 HTTP 引用。这将允许从没有 econnect 的客户端调用 econnect。

Actually, you can setup econnect on the server and add a HTTP reference in addition to the net pipe. this will allow econnect to be called from a client that does not have econnect.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文