C++ 通过msxml调用webservice

时间:2017-02-02 09:59:22
【文件属性】:

文件名称:C++ 通过msxml调用webservice

文件大小:162KB

文件格式:ZIP

更新时间:2017-02-02 09:59:22

C++ msxml webservice

C++ 通过msxml调用webservice 其实没什么难度,只是要调发送的xml格式,建议使用SoapUI调好,再粘到项目中 就是使用 msxml因为是mfc的东西,要在项目中设置在共享DLL中使用MFC 还有要在调用的服务后面加?wsdl解释成xml格式 具体请问代码


【文件预览】:
HelloWorld
----WebServiceTest()
--------Main.h(189B)
--------WebService.h(29B)
--------WebServiceTest.vcproj(4KB)
--------WebReference()
--------temp()
--------WebReference.h(9KB)
--------StdAfx.h(1KB)
--------WebServiceTest.vcproj.GZ-ZHUANGXL.zhuangxiaolong.user(1KB)
--------Debug()
--------Main.cpp(2KB)
----HelloWorld.suo(26KB)
----ConsoleApplication()
--------bin()
--------Program.cs(421B)
--------obj()
--------Web References()
--------ConsoleApplication.csproj(4KB)
--------app.config(886B)
--------Properties()
----WebService()
--------bin()
--------Web.config(1KB)
--------WebService.Publish.xml(377B)
--------obj()
--------Service1.asmx.cs(742B)
--------Service1.asmx(89B)
--------WebService.csproj(3KB)
--------Properties()
--------WebService.csproj.user(1KB)
----debug()
--------WebServiceTest.ilk(519KB)
----HelloWorld.sln(3KB)
----.svn()
--------pristine()
--------wc.db(116KB)
--------tmp()
--------entries(3B)
--------format(3B)

网友评论

  • 不错,简单易懂