[ http://issues.apache.org/jira/browse/AXIS2-1045?page=comments#action_12428948 ] Fabian Christ commented on AXIS2-1045: --------------------------------------
Perhaps this is also a blocking issue for Axis2 1.1 ? > Support for attribute use flag > ------------------------------ > > Key: AXIS2-1045 > URL: http://issues.apache.org/jira/browse/AXIS2-1045 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: wsdl > Reporter: Fabian Christ > > Hi, > if you have an attribute like > <xsd:attribute name="TestOptional" type="xsd:string" use="optional"/> > the "use" flag is not handled and thus the attribute becomes never optional > in the generated code. If you don“t set this attribute you get a > NullPointerException when the attribute is serialized - the attribute is > null. This is critical to me since I have to use many optional attributes. > - Fabian -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
