Hi , I am having some default values in XML schema and when i a generate java object from the WSDL i cant see the default values , Can some one please let me know what the problem or how to fix this.
<xs:complexType name="RptFmt">
<xs:choice>
<xs:element name="PDF" type="xs:string" default="PDF"
/>
<xs:element name="CSV" type="xs:string" />
</xs:choice>
</xs:complexType>
Regards,
Ashish Soni
