[
http://jira.codehaus.org/browse/XFIRE-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103117
]
Michael Mattox commented on XFIRE-629:
--------------------------------------
Do you have a workaround for this XmlObject problem? I'm currently searching
the net and found this bug and another one, both are still open.
> Client seems unable to deserialize response when configured from wsdl
> ---------------------------------------------------------------------
>
> Key: XFIRE-629
> URL: http://jira.codehaus.org/browse/XFIRE-629
> Project: XFire
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.2
> Reporter: Ted Sanne
> Assignee: Dan Diephouse
> Attachments: EntityQueryBrowser.wsdl
>
>
> I'm creating a client proxy using a simple java interface (with no
> annotations):
> Definition def = WSDLFactory.newInstance().newWSDLReader().readWSDL( url +
> "?wsdl" );
> Client client = new Client( def, EntityQueryBrowser.class );
> EntityQueryBrowser service = (EntityQueryBrowser) new
> XFireProxyFactory().create( client );
> I want the service configured using the wsdl since on the client side I only
> have a simple interface to work with.
> Then I invoke the following method on the proxy:
> EntityList getEntities( String query )
> When invoking getEntities on the proxy I get the following exception:
> java.lang.ClassCastException: org.apache.xerces.dom.DocumentImpl
> at $Proxy0.getEntities(Unknown Source)
> It seems that it it unable to to deseralize the contents of the response into
> a EntityList object.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email