本文主要是介绍SOAP/XML 关于C/C++ 语言的实现-gSOAP简介教程例子-gSOAP下载页面,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
源下载链接地址:
https://sourceforge.net/projects/gsoap2/files/oldreleases/
截止2020-1-19本说明时候,是2.8.97的版本
工作的工程代码里面含有gsoap的代码,对应版本是2.8.22的搜集来查看一下。
gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。
Thank you for using gSOAP!
Important: if you built your own stand-alone Web servers with gSOAP with cookies enabled, then you should upgrade to 2.8.75 or greater as soon as possible. If you are using a 2.7 version then upgrade to the patched 2.7.13 release located in gsoap-2.7.
重要提示:如果您使用启用了cookie的gSOAP构建了自己的独立Web服务器,则应尽快升级到2.8.75或更高版本。如果您使用的是2.7版本,请升级到位于gsoap-2.7中的修补的2.7.13版本。
Tip: after upgrading you can still use an older version of the wsdl2h tool, or use the header files generated by an older wsdl2h version, to generate code with the newer version of the soapcpp2 tool. This minimizes the impact of the upgrade on your current code base.
提示:升级后,您仍然可以使用旧版本的wsdl2h工具,或者使用旧版本的wsdl2h生成的头文件,以使用较新版本的soapcpp2工具生成代码。这样可以最大程度地减少升级对当前代码库的影响。
You are welcome to visit the gSOAP project home page at https://www.genivia.com/dev.html to learn more about gSOAP.
欢迎您访问https://www.genivia.com/dev.html上的gSOAP项目主页,以了解有关gSOAP的更多信息。
The download directory is organized as follows:
gsoap-2.8 contains the latest stable and secure 2.8 releases.
gsoap-2.7 contains stable and patched 2.7 releases (patched July 28, 2017 and January 14, 2019)
oldreleases contains older releases, which should not be used in high-risk environments due to a lack of support for newer OpenSSL versions and other important updates. Stable and patched older gSOAP releases are available for download from Genivia.
下载目录的组织如下:
gsoap-2.8包含最新的稳定和安全的2.8版本。
gsoap-2.7包含稳定且已修补的2.7版本(2017年7月28日和2019年1月14日修补)
oldreleases包含较旧的发行版,由于缺乏对较新的OpenSSL版本和其他重要更新的支持,因此不应在高风险环境中使用。可以从Genivia下载稳定且已修补的旧gSOAP版本。
Watch a short video on YouTube about gSOAP, explaining the basics of gSOAP used in a case study.
在YouTube上观看有关gSOAP的简短视频,其中介绍了案例研究中使用的gSOAP的基本知识。
View the gSOAP documentation.
View the gSOAP project changelog.
View the gSOAP tutorials.
查看gSOAP文档。
查看gSOAP项目changelog。
查看gSOAP教程。
If you have a problem, visit advisories first to see if that resolves the issue, if not then we suggest to open a bug tracker ticket at SourceForge.
Source: README.md, updated 2019-07-25
https://www.genivia.com/dev.html 在这个页面可以看到更多的资料,下面列出一些目录,相信这个资源,很有效的提供了该库的介绍和使用.
这篇关于SOAP/XML 关于C/C++ 语言的实现-gSOAP简介教程例子-gSOAP下载页面的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!