gsoap实例代码
gsoap实例代码,包含服务器代码和客户端代码,支持多线程。
下载地址
用户评论
谢谢分享参考。
我用postman 测试,测试时发现除了post有问题,其他的都OK,但不清楚为什么POST不行,特来请教,多谢。 ServerSoap.fget = http_get_handler;ServerSoap.fpost = http_post_handler; 以GET为例: int HttpBusinessManage::http_get_handler(struct soap* soap) { fprintf(stderr,"http_get_handler path = %s\n",soap->path); soap_end_send(soap); re
代码技术含量很高,可是我想使用代理,示例demo没有采用这种方法