C++ 网络服务框架

2022-01-09 00:00:00 xml web-services frameworks xsd 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/

相关文章