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
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.