[C++] VS2013 uses gsoap to create WebService steps

1. Environment

Operating System: Windows 7

gsoap version: 2.8.74

C++ editor/IED development environment: Visuval Studio 2013

2. Introduction to Gsoap tool:

The Gsoap compiler tool provides a SOAP/XML implementation of the C/C++ language, which makes the C/C++ implementation of the service application (client or server) based on the WebService protocol much easier. The vast majority of C++Web

The toolkit provides a set of API function class libraries to handle specific SOAP data structures, so that users must change the program structure to adapt to the related class libraries. In contrast, gSOAP uses compiler technology to provide a set of transparent SOAP APIs, and hides the content related to SOAP implementation details that are not related to development from users.

Three, Gsoap download and operation

1.gSOAP Toolkit official website

2. Other

3. Main documents

     The decompressed files are mainly used: win32 (gsoap_2.8.74\gsoap-2.8\gsoap\bin\win32), import (gsoap-2.8\gsoap\import), other

4. Operation

It should be noted that there is a README.txt file in the gsoap_2.8.74\gsoap-2.8\gsoap\bin\win32 directory

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

Guess you like

Origin blog.csdn.net/xiaoshunzi111/article/details/115272704