C++ web service framework(C++ 网络服务框架)
问题描述
我们正在寻找支持 RPC 的 C++ Soap Web 服务框架,最好是开源的.有什么建议吗?
We are looking for a C++ Soap web services framework that support RPC, preferably open source. Any recommendations?
推荐答案
WSO2 Web Services Framework for C++ (WSO2 WSF/C++),WSO2 WSF/C 到 C++ 的绑定,是一个 C++ 扩展,用于在 C++ 中使用 Web 服务.
WSO2 Web Services Framework for C++ (WSO2 WSF/C++), a binding of WSO2 WSF/C into C++ is a C++ extension for consuming Web Services in C++.
http://wso2.org/projects/wsf/cpp
Apache Axis 是一个开源的、基于 XML 的 Web 服务框架.它由 SOAP 服务器的 Java 和 C++ 实现,以及用于生成和部署 Web 服务应用程序的各种实用程序和 API 组成.
Apache Axis is an open source, XML based Web service framework. It consists of a Java and a C++ implementation of the SOAP server, and various utilities and APIs for generating and deploying Web service applications.
http://ws.apache.org/axis/
这篇关于C++ 网络服务框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:C++ 网络服务框架
- 将函数的返回值分配给引用 C++? 2022-01-01
- 使用 __stdcall & 调用 DLLVS2013 中的 GetProcAddress() 2021-01-01
- GDB 不显示函数名 2022-01-01
- DoEvents 等效于 C++? 2021-01-01
- OpenGL 对象的 RAII 包装器 2021-01-01
- 从父 CMakeLists.txt 覆盖 CMake 中的默认选项(...)值 2021-01-01
- 哪个更快:if (bool) 或 if(int)? 2022-01-01
- XML Schema 到 C++ 类 2022-01-01
- 将 hdc 内容复制到位图 2022-09-04
- 如何提取 __VA_ARGS__? 2022-01-01