gsoap和实现c ++ webservices

时间:2013-04-26 08:07:13

标签: c++ web-services gsoap

即时实现c ++ webservices。我已经安装了gsoap,因为我发现它是c ++ webservices的流行工具包。但是,使用gsoap时我有点迷惑。

基本上我已经有了现有的c ++代码,我想将它用作webservices。我从gsoap阅读教程,其说明如下:

1) use the following command and generate the header file with a wsdl file (im using the sample proj "hello" from gsoap):
wsdl2h -o -s h.h h.wsdl

2) with the hello.h, i run the following command to generate a lists of files as follows:
soapcpp2 hello.h

这会生成一个文件列表:RECEV.log,Service.hello.req.xml .... soapC.cpp,soapClient.cpp,soapClientLib.cpp,soapH.h,soapServer.cpp,soapServerLib.cpp,soapStub .H,test.log中

似乎我必须先从wsdl文件生成一个c ++头文件。但是如果我现有的项目包含现有的.h和.cpp文件呢?我怎样才能将它们变成网络服务?

0 个答案:

没有答案