Red Hat Training
A Red Hat training course is available for Red Hat Fuse
24.3.4.4. WSDL 使用文档生成
<wsdl:definitions ... >
...
<wsdl:portType name="HelloWorld">
<wsdl:documentation>A very simple example of an SEI</wsdl:documentation>
<wsdl:operation name="sayHi">
<wsdl:documentation>A traditional form of greeting</wsdl:documentation>
<wsdl:input name="sayHi" message="tns:sayHi">
</wsdl:input>
<wsdl:output name="sayHiResponse" message="tns:sayHiResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
...
</wsdl:definitions>@WSDL 文档Collection 示例
第 24.3.4.5 节 “使用 @WSDLDocumentationCollection” 介绍如何向 SEI 添加 @WSDL 文档Collection 注释。