下载地址:http://sourceforge.net/projects/gsoap2
官方网站:http://genivia.com/Products/gsoap/index.html
本文翻译只是出于学习的目的,中文部分仅代表个人观点,有错误还望指正,英文部分来自gsoap-win32-2.7\doc\soapdoc2.pdf。其中复制可能有误,可以看懂英文的还请到官网下载。如有版权争议,请联系QQ:643166601,本人会及处理。翻译新手,有错是必然的,求高人指点。欢迎同为新手的你共同学习。
2 Notational Conventions
2 符号约定
The typographical conventions used by this document are:
这个印刷上的约定被用在这个文档上:
Sans serif or italics font denotes C and C++ source code, file names, and shell/batch commands.
Sans serif 或 italics字体 表示C和C++的源代码,文件名,和 shell/batch 命令。
Bold font denotes C and C++ keywords.
粗体字体表示是C或C++关键字。
Courier font denotes HTTP header content, HTML, XML, XML Schema content and WSDL content.
Courier字体表示HTTP头内容,HTML, XML, XML Schema 内容和 WSDL 内容。
[Optional] denotes an optional construct.
[可选择的] 表示一个可选的结构。
The keywords ”MUST”, ”MUST NOT”, ”REQUIRED”, ”SHALL”, ”SHALL NOT”, ”SHOULD”, ”SHOULD NOT”, ”RECOMMENDED”, ”MAY”, and ”OPTIONAL” in this document are to be interpreted as described in RFC-2119.
关键字”MUST”, ”MUST NOT”, ”REQUIRED”, ”SHALL”, ”SHALL NOT”, ”SHOULD”,
”SHOULD NOT”, ”RECOMMENDED”, ”MAY”, 和 ”OPTIONAL” 在这个文档中被解释作为描述在 RFC-2119中。