[
https://issues.apache.org/jira/browse/TUSCANY-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Feng resolved TUSCANY-3141.
-----------------------------------
Resolution: Fixed
Fixed in 1.x branch under r793628 and 2.x under r793619
> Generated WSDL for void unwrapped operations has a return part for the
> response message
> ---------------------------------------------------------------------------------------
>
> Key: TUSCANY-3141
> URL: https://issues.apache.org/jira/browse/TUSCANY-3141
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA Misc Binding Extensions
> Reporter: Kaushik Mukherjee
> Assignee: Raymond Feng
>
> The WSDL generated for a void unwrapped method contains a return part
> element.
> <wsdl:message name="bottomUpUnwrappedJAXBVoidResponse">
> <wsdl:part name="return">
> </wsdl:part>
> </wsdl:message>
> instead of being empty like the wsdl generated from wsgen:
> <message name="bottomUpUnwrappedVoidResponse"/>
> This is causing a WSDL processing exception:
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder$WSDLProcessingException:
> No element type is defined for message bottomUpUnwrappedJAXBVoidResponse
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.