Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

c++ free(none gpl ) webservice framework

im looking for good freeware that is not GPL c++ webservices frame work i have used AXIS2 but it is no good for our needs ,is there any good framework that can be good and robust like the gSoap for example

like image 329
user63898 Avatar asked Nov 05 '22 15:11

user63898


1 Answers

I've used wsdlpull http://wsdlpull.sourceforge.net/ and it worked. It is very simple, doesn't generate stubs for you and I'm not sure how it deals with complex data types, but if you need something simple it will do the job. It is LGPL so you can link closed-source code to it.

like image 64
MK. Avatar answered Nov 12 '22 11:11

MK.