-
大小: 2.38MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-11-09
- 语言: C/C++
- 标签: webservice
资源简介
使用C#创建webservice服务,并使用服务接口得到C#动态库。然后可以使用C++程序调用
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 上传数据动态库
{
public class Class1
{
public int UpdateToWebservice(string data)
{
localhost.WebService1 jkV = new localhost.WebService1();
string str;
str = jkV.SyncData(data);
if (str.Equals(“Update ok!“))
{
return 1;
}
return 0;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2564037 2018-01-16 15:22 VS2010编写WebService与在IIS的发布_之简单讲解_ - qize - 博客园.png
目录 0 2018-01-19 17:13 服务接口\
目录 0 2018-01-19 17:13 服务接口\上传数据动态库\
文件 504 2018-01-19 20:22 服务接口\上传数据动态库\Class1.cs
目录 0 2018-01-19 17:13 服务接口\上传数据动态库\Properties\
文件 1384 2018-01-19 17:13 服务接口\上传数据动态库\Properties\AssemblyInfo.cs
文件 1714 2018-01-19 17:13 服务接口\上传数据动态库\Properties\Settings.Designer.cs
文件 511 2018-01-19 17:13 服务接口\上传数据动态库\Properties\Settings.settings
目录 0 2018-01-19 22:03 服务接口\上传数据动态库\Service References\
目录 0 2018-01-19 17:13 服务接口\上传数据动态库\Web References\
目录 0 2018-01-19 17:13 服务接口\上传数据动态库\Web References\localhost\
文件 9017 2018-01-19 17:13 服务接口\上传数据动态库\Web References\localhost\Reference.cs
文件 584 2018-01-19 17:13 服务接口\上传数据动态库\Web References\localhost\Reference.map
文件 711 2018-01-19 17:13 服务接口\上传数据动态库\Web References\localhost\WebService1.disco
文件 4373 2018-01-19 17:13 服务接口\上传数据动态库\Web References\localhost\WebService1.wsdl
文件 905 2018-01-19 17:13 服务接口\上传数据动态库\app.config
目录 0 2018-01-19 17:13 服务接口\上传数据动态库\bin\
目录 0 2018-01-19 17:16 服务接口\上传数据动态库\bin\Debug\
文件 10752 2018-01-19 17:16 服务接口\上传数据动态库\bin\Debug\上传数据动态库.dll
文件 905 2018-01-19 17:13 服务接口\上传数据动态库\bin\Debug\上传数据动态库.dll.config
文件 26112 2018-01-19 17:16 服务接口\上传数据动态库\bin\Debug\上传数据动态库.pdb
目录 0 2018-01-19 22:03 服务接口\上传数据动态库\bin\Release\
目录 0 2018-01-19 17:13 服务接口\上传数据动态库\obj\
目录 0 2018-01-19 17:16 服务接口\上传数据动态库\obj\Debug\
文件 7234 2018-01-19 17:16 服务接口\上传数据动态库\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
目录 0 2018-01-19 17:13 服务接口\上传数据动态库\obj\Debug\TempPE\
文件 9216 2018-01-19 17:13 服务接口\上传数据动态库\obj\Debug\TempPE\Web References.localhost.Reference.cs.dll
文件 1052 2018-01-19 17:16 服务接口\上传数据动态库\obj\Debug\上传数据动态库.csproj.FileListAbsolute.txt
文件 10752 2018-01-19 17:16 服务接口\上传数据动态库\obj\Debug\上传数据动态库.dll
文件 26112 2018-01-19 17:16 服务接口\上传数据动态库\obj\Debug\上传数据动态库.pdb
文件 4196 2018-01-19 17:16 服务接口\上传数据动态库\上传数据动态库.csproj
............此处省略22个文件信息
相关资源
- C++_WebService_Demon
- VS2015 C++操作WebService
- QtWebService开发
- VS2015 C++和C++的通过SOAP的WebService,C
- C++使用GSOPE调用WEBSERVICE
- c++调用webservice(包括静态和动态以及
- mfc调用webservice的客户端
- C++、SOAP实现调用webservice接口,上传文
- BCB 调用WebService方法及常见问题排查
- VC通过HttpGet和HttpPost方式与WebService通
- VC++写的,调用webservice获取天气的小程
- C++通过gSoap访问webService接口
评论
共有 条评论