Generating java classes using wsdl2java (as ADBBeans) (Axis2 version 1.4.1)
on WSDL containing the following information:
<xs:complexType name="PaymentAmount">
<xs:simpleContent>
<xs:extension base="tns:Amount"/>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="Amount">
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute name="currency" type="tns:currency"
use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
The generated PaymentAmount class has no setter or getter methods.
The generated Amount class has as expected setter and getter method for
Currency and Decimal.
I am fairly new to Axis2, is this expected? If so how can I work around
this?
I tried the same WSDL with prior versions of Axis2 and got the same results.
This WSDL is from a standards group and in use at many companies. I must be
missing
somthing simple.
Thanks for any clues or suggestions.
--
View this message in context:
http://www.nabble.com/wsdl2java-no-setters-in-ADBBean-tp21273457p21273457.html
Sent from the Axis - User mailing list archive at Nabble.com.