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

Deepal Jayasinghe reassigned AXIS2-1746:
----------------------------------------

    Assignee: Deepal Jayasinghe

> 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
>         Assigned To: Deepal Jayasinghe
>         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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to