Can you give examples how you used gSOAP and how well it was integrated in your existing architecture? Have you found development bottlenecks with gSOAP?
+2
A:
We used gSOAP in a C++-based web server about 4 years back. Overall it worked fine. The only major issue was that the interface was in C and procedural (I understand it is difficult to design a good non-procedural interface). There may be a lot of repeated code while implementing the interface, for which you might have to use macros (we didn't explore the templates option too far then).
Amit Kumar
2009-12-29 05:17:29
+1
A:
We are using gSoap to deploy a web service onto an embedde linux device running an ARM MX processor.
Miguel Ping
2010-03-30 11:56:26
+1
A:
We are using gSOAP to consume a WCF based webservice from an application deployed on a linux device running on ARM processor. The experience is good to a large extent.
Kangkan
2010-04-15 11:41:32