Hi Kinichiro ;

Thx very much.

Deepal

>    [ 
> https://issues.apache.org/jira/browse/AXIS2-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462196
>  ] 
>
>Kinichiro Inoguchi commented on AXIS2-1746:
>-------------------------------------------
>
>I verified this issue is fixed with axis2-1.1.1-SNAPSHOT.zip(04-Jan-2007 
>03:00).
>Thanks.
>
>  
>
>>POJO client call failed with "Unexpected subelement"
>>----------------------------------------------------
>>
>>                Key: AXIS2-1746
>>                URL: https://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
>>           Priority: Blocker
>>        Attachments: client_src.zip, service_src.zip, 
>> ShipmentStatusService.aar, 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" 
>>    
>>
>
>  
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to