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
精彩评论