SOAP library in C
I am looking for a SOAP Library for C. I know there is gSOAP. What 开发者_开发技巧other options do I have?
Take a look at this blog entry. I know it's C++, but I have had good results with Apache's AXIS. If you can use a C++ compiler, you can wrap around a C library to your generated classes.
精彩评论