下载地址:http://sourceforge.net/projects/gsoap2
官方网站:http://genivia.com/Products/gsoap/index.html
本文翻译只是出于学习的目的,中文部分仅代表个人观点,有错误还望指正,英文部分来自gsoap-win32-2.7\doc\soapdoc2.pdf。其中复制可能有误,可以看懂英文的还请到官网下载。如有版权争议,请联系QQ:643166601,本人会及处理。翻译新手,有错是必然的,求高人指点。欢迎同为新手的你共同学习。
4 Differences Between gSOAP Versions 2.1 (and Earlier) and 2.2
4 gSOAP 版本2.1(或更早)和2.2版本之间的差异
You should read this section only if you are upgrading from gSOAP 2.1 to 2.2 and later.
你应该读这个部分如果你要更新从gSOAP 2.1 到 2.2 和最近的(版本).
Run-time options and flags have been changed to enable separate recv/send settings for transport,content encodings, and mappings.
运行时的选项和标志已经被更改使能够分开 recv/send 传输,内容编码和映射的设置。
The flags are divided into four classes: transport (IO), content encoding (ENC), XML marshalling (XML), and C/C++ data mapping (C).
这个标志被分成4类: 传输(IO),内容编码(ENC),XML编组(XML) 和 C/C++ 数据映射(C)。
The old-style flags soap disable X and soap enable X, where X is a particular feature, are deprecated.
这个旧的样式标志 soap禁用X 和 soap启用X, X是一个特别的特征, 不赞成使用。
See Section 8.12 for more details.
更多详细信息,请看8.12部分。