您的位置:首页 > 其它

gsoap客户端服务端对应关系

2015-06-26 13:55 176 查看
gsoap客户端

配置服务端的地址

int soap_call___ns1__xxxxxx(struct soap *soap, //soap句柄

const char *soap_endpoint, //服务端的地址

const char *soap_action, //NULL

_ns_Request *req, //请求参数

_ns_Response *res); //应答参数

gsoap服务端

对外发布地址(ip:port)

int __ns1__xxxxxx(struct soap*, //soap句柄

_ns1__Request *pReq, //请求参数

_ns1__Response &Res); //应答参数
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: