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 "Patrick Houbaux (JIRA)" <ji...@apache.org> on 2007/04/19 09:34:15 UTC

[jira] Created: (AXIS2-2559) [AXIS2-1.2-RC2] Data Binding Error

[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


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


[jira] Resolved: (AXIS2-2559) [AXIS2-1.2-RC2] Data Binding Error

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-2559.
--------------------------------------

    Resolution: Won't Fix

Jira cleanup 

> [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
>            Assignee: Amila Chinthaka Suriarachchi
>         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.


[jira] Assigned: (AXIS2-2559) [AXIS2-1.2-RC2] Data Binding Error

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-2559:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

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


[jira] Commented: (AXIS2-2559) [AXIS2-1.2-RC2] Data Binding Error

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2559) [AXIS2-1.2-RC2] Data Binding Error

Posted by "Glen Daniels (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503550 ] 

Glen Daniels commented on AXIS2-2559:
-------------------------------------

Patrick, any progress on giving us a minimal test case for this issue?


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