一个很好的 SOAP C++ 库

2021-12-11 00:00:00 web-services soap c++

在 C++ 中进行 SOAP 开发的替代方案是什么?您更喜欢哪一个并且最受支持/最现代?

What are the alternatives for SOAP development in C++? Which one do you prefer and is most supported/modern?

推荐答案

查看 Apache Axis.那是我一直以来最喜欢的 SOAP 实现.SOAP 做对了!存在于 C++ 和 Java.
http://ws.apache.org/axis/
按照 Apache Foundation 的最佳传统,它免费 和 开放源.
所以,享受吧!

Check out Apache Axis. That is my all times favorite SOAP implementation. It's SOAP done right! Exists for C++ and Java.
http://ws.apache.org/axis/
And in best traditions of Apache Foundation, it is FREE and OPENSOURCE.
So, enjoy!

相关文章