| 1. | Has no namespace , then the operation element is unqualified 没有命名空间,那么该操作元素不符合要求。 |
| 2. | The porttype element identifies the set of operations offered by the web service , via a set of operation elements Porttype元素通过一组operation元素来标识web服务所提供的操作集。 |
| 3. | Each operation element in turn references indirectly through message elements the data types defined in the types element for use as input and output parameters 每个operation元素依次引用(间接地通过message元素)定义在types元素中用作输入和输出参数的数据类型。 |
| 4. | A wsdl : operation element child of a wsdl : porttype element in a description must be constructed so that the parameterorder attribute , if present , omits at most 1 wsdl : part from the output message 必须构造描述中wsdl : porttype元素的wsdl : operation子元素,这样parameterorder属性(如果有的话)就可以至多省略输出消息中的一个wsdl : part 。 |
| 5. | Has a namespace attribute and the web services interoperability orginzation s ws - i basic profile see resources requires it for rpc - style , then that is the namespace of the operation element in the soap message 有命名空间属性(且web服务互操作性组织( ws - i )的basic profile (参见参考资料部分)需要该属性用于rpc样式) ,那么这就是soap消息中操作元素的命名空间。 |
| 6. | The tools create a complex type definition embedded in the wsdl types element for each data type javabean used in the public methods in the java class . they also create an operation element in the porttype for each public method in the java class . the tools may also generate any other provider - side artifacts required to deploy the implementation as a web service in an application server 这些工具都能够:基于步骤2中的java类的签名生成wsdl文档;为该java类的公共方法所使用的每个数据类型( javabean )创建一个嵌入到该wsdl文档的types元素中的复杂类型定义;为该java类的每个公共方法在porttype元素中创建一个operation元素;生成将该实现部署为应用程序服务器上的web服务所需的任何其他提供程序端构件。 |
| 7. | Create a new wsdl file that contains a types element that imports not includes the schema files from step 1 and contains a porttype that in turn contains operation elements referencing the data types defined in the imported schema as input and output parameters . the recommended style for creating this wsdl is wrapped - document literal to be 创建一个新的wsdl文件,其包含:一个types元素,该元素导入(但不包括)步骤1中的模式文件;一个porttype元素,该元素又包含operation元素,用于引用定义在导入的模式中作为输入和输出参数的数据类型。 |