[ 
https://issues.apache.org/jira/browse/AXIS2-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Heinz Zerbes updated AXIS2-3459:
--------------------------------

    Attachment: cm.zip

cm.zip containes the files CmCcServiceRequest.xsd, CmCcServiceResponsexsd. 
Please call somthing like XSD2Java CmCcServiceRequest.xsd c:/temp
In the generated files (e.g. UpdatePerformed.java) you can find unexisting 
method calls for the class ConverterUtil: 

object.setUpdateId(org.apache.axis2.databinding.utils.ConverterUtil.convertToUpdateId_type0(content));
  // the method convertToUpdateId_type0() does not exist

> The XSD2Java generation of the following XSD files produces wrong source code 
> (unexisting methods in ConverterUtil class). 
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3459
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3459
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>         Environment: Windows XP/Vista, Java 1.4.2_15
>            Reporter: Heinz Zerbes
>         Attachments: cm.zip
>
>
> The XSD2Java generation of the following XSD files produces wrong source code 
> (not compilable). The reference of XSD elements defined in imported XSD files 
> produces wrong (unexisting) method calls of the ConverterUtil class.

-- 
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]

Reply via email to