【发布时间】:2012-12-18 15:41:29
【问题描述】:
我正在尝试找出做一个独立于 wsdl 的 c++ soap 客户端的最佳方法。
我需要的是只知道函数的名称和参数列表来发送和发送它并接收肥皂响应或类似的东西(我知道这不像它那么简单)。
我的想法是做这样的事情: SOAP Request and Response Read from and to file using libcurl - C 或者 http://www.cplusplus.com/forum/general/16225/
您能否指出最好的方法,或者最好的方法是使用像 gSoap 这样的库并在 c++ 代码中执行 gSoap 生成的类的 c++ 方法?
谢谢
【问题讨论】: