开发者

C++ library for generating a SOAP message using WSDL

Do you know of any C++ libraries can can generate SOAP messages using the WSDL. I am writing a C++ client application and am looking for such a library. I however cannot use gSoap and wsdlpull. SOAP Client library (SQLData Systems) looks like another library which could help me (though I am not too sure) but its results page shows an error while 开发者_运维百科dealing with Apache Axis and I might have to use that. Are there any other libraries? Thanks for the help.

Regards, Harsha


I think that the code generated by Axis is cleaner than the code generated by gsoap. What I dislike in Axis is that you need a JVM in order to generate the code from WSDL.


Seeing as you mention Apache Axis, there's a C++ implementation of Axis here

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜