compilation errors in generated code for jaxbri when wsdl messages' contain a
simpletype part e.g. int, boolean
---------------------------------------------------------------------------------------------------------------
Key: AXIS2-3031
URL: https://issues.apache.org/jira/browse/AXIS2-3031
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: nightly
Reporter: Upul Godage
<types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xmlns.foo.com/axis2/test01"
elementFormDefault="qualified">
<xs:element name="Add">
<xs:complexType>
<xs:sequence>
<xs:element name="Arg1" type="xs:int"/>
<xs:element name="Arg2" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AddReturn" type="xs:int"/>
</xs:schema>
</types>
<message name="Add">
<part name="params" element="typ:Add"/>
</message>
<message name="AddResponse">
<part name="result" element="typ:AddReturn"/>
</message>
...
When generating code for jaxbri for message parts such as typ:AddReturn
(xs:int), it gives compilation errors in the generated code when the jaxbri
generated code uses primitive data types.
Sample wsdl at module axis2-jaxbri/test-resources/wsdl/Test01.wsdl gives
compilation errors.
--
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]