开发者

Soap request message in Ansi C

开发者 https://www.devze.com 2023-03-30 01:55 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消