• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: 接口  webservice  c++  c  web  

资源简介

C++通过gSoap访问webService接口

资源截图

代码片段和文件信息

// Test.cpp : 定义控制台应用程序的入口点。
//
#include “stdafx.h“
#include “MessageServerSoap.nsmap“
#include “soapMessageServerSoapProxy.h“
#include
#include
using namespace std;
int main()
{
ns1__SendDuanXinResponse ns1;
MessageServerSoapProxy *proxy = new MessageServerSoapProxy(“接口地址“);
proxy->SendDuanXin(NULLNULL“18380686789““abcdef““20123““123456“ns1);
printf(“%s“ns1.SendDuanXinResult);


}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      56832  2015-11-30 15:38  C++通过gSoap访问webService接口\C++通过gSoap访问webService接口.doc

     文件      22482  2015-11-30 15:39  C++通过gSoap访问webService接口\QQ截图20151130153905.png

     文件        451  2015-11-30 15:10  C++通过gSoap访问webService接口\Test.cpp

     目录          0  2015-11-30 15:39  C++通过gSoap访问webService接口

----------- ---------  ---------- -----  ----

                79765                    4


评论

共有 条评论