[ 
https://issues.apache.org/jira/browse/AXIS2-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490186
 ] 

Glen Mazza commented on AXIS2-2559:
-----------------------------------

Your WSDL is almost 12,000 lines long.  It would probably be best to strip it 
down to the most minimal WSDL that continues to reproduce the error that you 
are incurring.  Zero in on precisely that element that creates this 
error--where addition of removal of that object causes this error to occur/not 
occur.


> [AXIS2-1.2-RC2] Data Binding Error
> ----------------------------------
>
>                 Key: AXIS2-2559
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2559
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.2
>         Environment: MS Windows XP Pro v2002 SP2
> Intel Core 2 CPU @ 2.16Ghz 2.00 GB RAM
> SUN JDK 1.5.0_11-b03
>            Reporter: Patrick Houbaux
>         Attachments: client_src.zip, Services.zip, wsdl.zip
>
>
> I generated the server side code with AXIS2-1.2-RC2 (with xmlbeans) from my 
> WSDL,  deploy my service on my servlet container and I got the following 
> error when I try to point to:
> http://localhost:8080/axis2/services/SystemManagement/GetProjects via a 
> browser
> and got the same thing with a Java client:
> org.apache.axis2.AxisFault: Data binding error
>         at 
> org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:434)
>         at 
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:373)
>         at 
> org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:294)
>         at 
> org.plcs.www.plmservices.SystemManagementStub.GetProjects(SystemManagementStub.java:666)
>         at com.eurostep.ws.test.TestClient.main(TestClient.java:42)
> This GetProjects method is not implemented, it's strickly the generated code 
> in the skeleton implementation. According to the code It should throw an 
> exception saying
> "Please implement SystemManagementSkeleton#GetProjects"
> Will attach wsdl, service.aar and client code.

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