开发者

c++ soap client

开发者 https://www.devze.com 2023-01-29 18:43 出处:网络
Is there something similar to PHP\'s SoapClient class for c++? I am working on converting set of php scripts for the magento API. I\'m processing a ton of xml data and I want it to run faster.

Is there something similar to PHP's SoapClient class for c++? I am working on converting set of php scripts for the magento API. I'm processing a ton of xml data and I want it to run faster.

http://www.php.net/manual/en/cl开发者_如何学Pythonass.soapclient.php


There's gSoap. It's a pretty decent SOAP framework for C and C++

Apache also have a C++ implementation of Axis

gSoap seems to be more mature than Axis C++, however the gSoap API is C, not C++, so if you need a native C++ API then Axis C++ would be the way to go. Writing a C++ wrapper for the gSoap API would be fairly trivial though

0

精彩评论

暂无评论...
验证码 换一张
取 消