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 "Kinichiro Inoguchi (JIRA)" <ji...@apache.org> on 2006/11/18 08:34:38 UTC

[jira] Updated: (AXIS2-1746) POJO client call failed with "Unexpected subelement"

     [ http://issues.apache.org/jira/browse/AXIS2-1746?page=all ]

Kinichiro Inoguchi updated AXIS2-1746:
--------------------------------------

    Attachment: TestPojoService.aar
                service_src.zip
                client_src.zip

I attached aar and its source, and client source.

> POJO client call failed with "Unexpected subelement"
> ----------------------------------------------------
>
>                 Key: AXIS2-1746
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1746
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: rpc
>         Environment: Axis2 1.1 release
>            Reporter: Kinichiro Inoguchi
>         Attachments: client_src.zip, service_src.zip, TestPojoService.aar
>
>
> I created stub by WSDL2JAVA tool, and call that service.
> Client program failed with "Unexpected subelement".
> I think mismatch of javabeans' namespace is an issue.
> Top level element of javabeans should belongs to parent's namespace, should not ?
> <I generated stub like this>
> C:\work>%AXIS2_HOME%\bin\wsdl2java -uri http://localhost:8080/axis2/services/TestPojoService?wsdl -o test
> Using AXIS2_HOME:   C:\work\axis2-1.1
> Using JAVA_HOME:    C:\j2sdk1.4.2_04
> C:\work>
> <stack trace>
> java.lang.RuntimeException: java.lang.RuntimeException: Unexpected subelement ret20
> 	at myservice.service.TestPojoServiceStub.fromOM(TestPojoServiceStub.java:14552)
> 	at myservice.service.TestPojoServiceStub.getBean(TestPojoServiceStub.java:152)
> 	at TestClient.main(TestClient.java:15)
> Caused by: java.lang.RuntimeException: Unexpected subelement ret20
> 	at myservice.service.TestPojoServiceStub$DataBean1$Factory.parse(TestPojoServiceStub.java:9455)
> 	at myservice.service.TestPojoServiceStub$GetBeanResponse$Factory.parse(TestPojoServiceStub.java:4570)
> 	at myservice.service.TestPojoServiceStub.fromOM(TestPojoServiceStub.java:14546)
> 	... 2 more
> Exception in thread "main" 

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org