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)?
Is thare any like WCF libs (OpenSourse) written in C\C++? Or at least some
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).