开发者

WCF (WCF-Binding) in/with C/C++

开发者 https://www.devze.com 2022-12-09 03:27 出处:网络
Is thare any like WCF libs (OpenSourse) written inC\\C++? Or at least开发者_高级运维 some kined of special WCF C++ services (NOT ON Basic HTTP Binding)?Sounds like what you\'re looking for is a C++-ba

Is thare any like WCF libs (OpenSourse) written in C\C++? Or at least开发者_高级运维 some kined of special WCF C++ services (NOT ON Basic HTTP Binding)?


Sounds like what you're looking for is a C++-based library for exposing and consuming web-services supporting the WS-* protocols (i.e. like WS-Security). In that case, you could probably give Axis2/C a try. It's the C version of the normal Java-based Axis2 from Apache.

(There's also Axis/CPP, but not sure how up-to-date that is).

0

精彩评论

暂无评论...
验证码 换一张
取 消