Question

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)?

Was it helpful?

Solution

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top