org.codehaus.enunciate.modules.xfire.enunciate-soap-parameter-names.properties.fmt Maven / Gradle / Ivy
Go to download
The Enunciate XML module generates the artifacts required to deploy XFire-supported SOAP endpoints.
The newest version!
[#ftl]
[@file name="enunciate-soap-parameter-names.properties" charset="utf-8"]
[@forEachWsdl]
[@forEachEndpointInterface wsdl=wsdl]
[@forEachWebMethod endpointInterface=endpointInterface]
${endpointInterface.qualifiedName}#${webMethod.operationName}=[#list webMethod.parameters as param]${param.simpleName}[#if param_has_next],[/#if][/#list]
[/@forEachWebMethod]
[/@forEachEndpointInterface]
[/@forEachWsdl]
[/@file]
© 2015 - 2024 Weber Informatics LLC | Privacy Policy