Are there any lightweight alternatives to gSOAP?
Posted
by che
on Stack Overflow
See other posts from Stack Overflow
or by che
Published on 2010-03-25T18:00:00Z
Indexed on
2010/03/25
18:03 UTC
Read the original article
Hit count: 516
I've tried using gSOAP for accessing a web service (e.g. using supplied WSDL to generate C stubs and then using them in an app). However, I've found that the generated .c and object files is quite big (several megabytes), which is a problem in embedded environment where I work.
Do you know of any simpler SOAP libraries, or do I have to fall back to generic XML generators and parsers like ezXML?
© Stack Overflow or respective owner