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 "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2007/07/18 10:05:04 UTC

[jira] Commented: (AXIS2-2955) org.apache.axis2.AxisFault: Data binding error

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

Amila Chinthaka Suriarachchi commented on AXIS2-2955:
-----------------------------------------------------

Did you try with the RC1? have you put the Xmlbeans-package.jar to the classpath?
I tried with the Axis2 1.3-RC1 and it worked fine.
I changed the skelton as follows
supportedMimeTypesArray.addString("PDF");
            supportedMimeTypesArray.addString("XML");
//            supportedMimeTypesArray.setStringArray(0, "PDF");
//            supportedMimeTypesArray.setStringArray(1, "XML");

any way I did not get your exception. please check with the RC1

> org.apache.axis2.AxisFault: Data binding error
> ----------------------------------------------
>
>                 Key: AXIS2-2955
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2955
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>    Affects Versions: 1.1
>         Environment: linux / tomact /axis2 1.1
>            Reporter: gurdeep
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: FIDocumentService.wsdl, FIDocumentServicesInvokerClient.java, FIDocumentServicesSkeleton.java, Mobius.aar
>
>
> Hi,
> I used WSDL2java tool generate server and client from the wsdl attached.
> i get the following error:
> After making the stub com.peace.energy.mobius.FIDocumentServicesStub@1d8957f
> Before calling getDocument com.peace.energy.mobius.FIDocumentServicesStub@1d8957f
> Exception caught
> org.apache.axis2.AxisFault: Data binding error
> 	at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:308)
> 	at com.peace.energy.mobius.FIDocumentServicesStub.getDocument(FIDocumentServicesStub.java:361)
> 	at com.peace.energy.mobius.FIDocumentServicesInvokerClient.getDocument(FIDocumentServicesInvokerClient.java:54)
> 	at com.peace.energy.mobius.FIDocumentServicesInvokerClient.main(FIDocumentServicesInvokerClient.java:96)
> Kindly help.
> Regards,
> Gurdeep

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