ADB codegen for element "Name" from WSDL will not serialize properly --------------------------------------------------------------------
Key: AXIS2-4849 URL: https://issues.apache.org/jira/browse/AXIS2-4849 Project: Axis2 Issue Type: Bug Components: codegen Affects Versions: 1.5.1 Reporter: Wally Dennis When generating ADB code using wsdl2java, if you have an element called "Name", then the resulting code will not serialize properly. This is because there is a local variable created in the serialize method called "localName" which masks access the the class member element also called "localName". Either the local variable needs to be changed to something else or the class member element should be always qualified as this.localName so that this abiguity is eliminated. -- 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: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org