
include.methodsSummary.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wsdl2html Show documentation
Show all versions of wsdl2html Show documentation
A java tool to convert wsdl xml to readable doc
<#if service.methodStubs??>
Index
Method
Parameters
Response Type
Description
<#list service.methodStubs as method>
${method_index + 1}
${method.methodName}
<#if (method.requestStubs?? && (method.requestStubs?size > 0)) >
<#list method.requestStubs as stub>
${stubName(stub)}
#list>
#if>
<#if (method.responseStub??) >
${stubType(method.responseStub)}
#if>
#list>
<#else>
No Operations
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy