C++ web service framework

前端 未结 12 1298
情书的邮戳
情书的邮戳 2020-12-08 09:14

We are looking for a C++ Soap web services framework that support RPC, preferably open source. Any recommendations?

12条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-08 09:32

    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 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/

提交回复
热议问题