1. 首页
  2. 编程语言
  3. 其他
  4. gsoap实例代码

gsoap实例代码

上传者: 2019-07-29 06:50:14上传 RAR文件 13.21MB 热度 56次
gsoap实例代码,包含服务器代码和客户端代码,支持多线程。
下载地址
用户评论
码姐姐匿名网友 2019-07-29 06:50:14

谢谢分享参考。

码姐姐匿名网友 2019-07-29 06:50:14

我用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

码姐姐匿名网友 2019-07-29 06:50:14

代码技术含量很高,可是我想使用代理,示例demo没有采用这种方法