C++ web service framework

前端 未结 12 1243
情书的邮戳
情书的邮戳 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:23

    I concur with imjorge's answer and add that there's a C/C++ version of the Axis2 framework (a more flexible, extensible Axis) that does SOAP via RPC and all sorts of stuff including a bunch of the WS-* specs.

    http://ws.apache.org/axis2/c/

提交回复
热议问题