Done: https://issues.apache.org/jira/browse/AXIS2-2559

Cheers,
Patrick.

Deepal Jayasinghe wrote:
Hi Patrick ;

Please create a JIRA and attach
- wsdl
- service aar
-client code

Thanks
Deepal

  
Hi all,

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"

Is that a bug in AXIS2-1.2-RC2? What could be wrong with my install?

Cheers,
Patrick.

This message contains information that may be privileged or
confidential and is the property of Eurostep Group. It is intended
only for the person to whom it is addressed. If you are not the
intended recipient, you are not authorized to read, print, retain,
copy, disseminate, distribute, or use this message or any part
thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.

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


  

This message contains information that may be privileged or confidential and is the property of Eurostep Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

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

Reply via email to