简体   繁体   English

C / C ++中的WCF(WCF绑定)

[英]WCF (WCF-Binding) in/with C/C++

Is thare any like WCF libs (OpenSourse) written in C\\C++? 有什么用C \\ C ++编写的WCF库(OpenSourse)吗? Or at least some kined of special WCF C++ services (NOT ON Basic HTTP Binding)? 还是至少某种特殊的WCF C ++服务(“不启用基本HTTP绑定”)?

Sounds like what you're looking for is a C++-based library for exposing and consuming web-services supporting the WS-* protocols (ie like WS-Security). 听起来您正在寻找的是一个基于C ++的库,用于公开和使用支持WS- *协议的Web服务(即WS-Security)。 In that case, you could probably give Axis2/C a try. 在这种情况下,您可以尝试Axis2 / C。 It's the C version of the normal Java-based Axis2 from Apache. 它是来自Apache的常规基于Java的Axis2的C版本。

(There's also Axis/CPP , but not sure how up-to-date that is). (还有Axis / CPP ,但不确定最新信息)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM