gSOAP 入门实践(一)
gSOAP 教程实践(一)
gSOAP下载:https://www.genivia.com/downloads.html
编译安装:请自行查看源码包里的 INSTALL.txt
教程:Getting Started with gSOAP 之 Hello world: getting started with SOAP APIs
创建 hello.h ,代码如下:
// hello.h
int ns__hello(std::string name, std::string& greeting);
原创
2020-06-03 12:04:29 ·
935 阅读 ·
2 评论