Invalid wsdl is generated by java2wsdl when rpc binding style is specified
--------------------------------------------------------------------------
Key: AXIS2-2413
URL: https://issues.apache.org/jira/browse/AXIS2-2413
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.2
Environment: winxp, jdk15,Axis2-1.2-RC1
Reporter: Charitha Kankanamge
See the attached wsdl, which was generated by java2wsdl when rpc binding style
is specified. It includes the following element.
<wsdl:message name="addnumbersMessage">
<wsdl:part name="part1" element="ns:addnumbers"/>
</wsdl:message>
This should include type element instead of 'element' since rpc binding style
is specified when generating the wsdl.
Steps to reproduce:
================
Generate the wsdl by issuing the following command.
java2wsdl -cn Mathsclass -o C:\Axis2\axis2-1.2-RC1\bin\out -cp . -sn
MyAxisservice -st rpc
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]