Soap request message in Ansi C
I need to consume a Java WebService from C.
I created simple C client program and I want to construct the SOAP request开发者_如何学C that should be sent to SOAP server.
SOAP is not easy in C. You'll want to use a toolkit, of course. I recommend gSOAP as one of the best.
精彩评论