views:

236

answers:

1

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

A: 

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

tomasr