C ++ library for creating SOAP message using WSDL

Did you know that any C ++ libraries can generate SOAP messages using WSDL. I am writing a C ++ client application and am looking for a library like this. However, I cannot use gSoap and wsdlpull. The SOAP client library (SQLData Systems) looks like another library that might help me (although I'm not sure), but there is a bug in the results page when working with Apache Axis and I might have to use that. Are there any other libraries? Thanks for the help.

Regards, Harsha

+2


a source to share


2 answers


I think the code generated by Axis is cleaner than the code generated by gsoap. What I don't like about Axis is that you need a JVM to generate code from WSDL.



+1


a source


Seeing you mention Axis Axis there is a C ++ implementation for Axis here



0


a source







All Articles