且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在LINUX中创建客户端应用程序以使用wsDualHttpBinding来使用WCF服务

更新时间:2021-07-28 22:14:42

您好兄弟!

您可以通过几乎任何编程语言或平台从Linux通过公开您的WCF服务来调用WCF服务XML / HTTP(通过basicHttpBinding),SOAP / HTTP(wsHttpBinding)或REST。

因此,只需为您所选择的Linux为您的平台找到合适的库



请查看以下链接:

使用gSOAP / 从Linux C ++客户端调用WCF服务

月光下的WCF服务

如果你只懂法语,那么你可以看到这个视频:

Interop Open XML / Java / .NET / Linux / Windows / WCF(第1部分) [ ^ ]

Interop Open XML / Java / .NET / Linux / Windows / WCF(第2部分) [ ^ ]



我希望所有信息都能为您提供帮助!
Hi bro!
You may call WCF services from Linux via almost any programming language or platform by exposing your WCF service via XML/HTTP (via basicHttpBinding), SOAP/HTTP (wsHttpBinding) or REST.
So, it's just a matter of finding the right libraries for your chosen Linux for your platform

Please look the following links:
Calling WCF Services from a Linux C++ Client Using gSOAP/
WCF Services on Moonlight
If you only know French, then you can see this video:
Interop Open XML/Java/.NET/Linux/Windows/WCF (part 1)[^]
Interop Open XML/Java/.NET/Linux/Windows/WCF (part 2)[^]

I hope all info will help you!