C++ web service framework

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

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

12条回答
  •  Happy的楠姐
    2020-12-08 09:21

    You can check out xmlbeansxx. This is a kind of lightweight, low level solution, compared to complete frameworks. This has advantages in some cases.

    Invoking SOAP WebServices using xmlbeansxx Article

    Code example is here: WsClient.cpp.

提交回复
热议问题