You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2009/09/02 21:16:32 UTC

[jira] Resolved: (AXIS2-4483) CLONE -org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement

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

Andreas Veithen resolved AXIS2-4483.
------------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 1.6)

AXIS2-4374 was related to schemas using elementFormDefault="unqualified". Since the attached WSDL has a schema with elementFormDefault="qualified" this can not be the same issue as AXIS2-4374.

> CLONE -org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement 
> ----------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4483
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4483
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: adb
>    Affects Versions: 1.4
>            Reporter: hari
>            Assignee: Andreas Veithen
>            Priority: Critical
>         Attachments: EmployeeDocWrapAxis.wsdl
>
>
> Getting the following error 
> rg.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement address1
> 	at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
> 	at com.example.company.CompanyStub.fromOM(CompanyStub.java:543)
> 	at com.example.company.CompanyStub.getCompanyDetails(CompanyStub.java:183)
> 	at org.example.www.company.CallService.main(CallService.java:35)
> Caused by: java.lang.Exception: org.apache.axis2.databinding.ADBException: Unexpected subelement address1
> 	at com.test.service.provider.shared.companytype._2009._02.Address_type$Factory.parse(Address_type.java:675)
> 	at com.test.service.provider.shared.companyflow._2009._02.CompanyResponse$Factory.parse(CompanyResponse.java:553)
> 	at com.example.company.GetCompanyDetailsResponse$Factory.parse(GetCompanyDetailsResponse.java:419)
> 	at com.example.company.CompanyStub.fromOM(CompanyStub.java:538)
> 	... 2 more
> Caused by: org.apache.axis2.databinding.ADBException: Unexpected subelement address1
> 	at com.test.service.provider.shared.companytype._2009._02.Address_type$Factory.parse(Address_type.java:669)
> 	... 5 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.