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).
精彩评论