[C++]VS2013使用gsoap创建WebService步骤

一、环境

操作系统:Windows 7

gsoap版本:2.8.74

C++编辑器/IED开发环境:Visuval  Studio 2013

二、Gsoap工具简介:

Gsoap编译工具提供了一个SOAP/XML关于C/C++语言的实现,从而让C/C++实现基于WebService协议服务应用(客户端或服务端)的工作变得轻松了很多。绝大多数的C++Web

工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。

三、Gsoap下载及操作

1.gSOAP工具包官网

2.其他

3.主要文件

     解压后的文件主要用:win32(gsoap_2.8.74\gsoap-2.8\gsoap\bin\win32)、import(gsoap-2.8\gsoap\import)、其他

4.操作

需要说明的是在gsoap_2.8.74\gsoap-2.8\gsoap\bin\win32目录下有README.txt文件

This directory contains pre-built soapcpp2 and wsdl2h executables for platforms
on which these tools are more complex to build (compared to Linux/Unix):

macosx        MAC OS X bin

猜你喜欢

转载自blog.csdn.net/xiaoshunzi111/article/details/115272704