XFire doesn't really support this type of solution as it has absolutely no way to figure out how to build a wsdl for such an interface. I'm not opposed to building in support for this type of thing, but I don't think I have time to do it right now. So for now you'd have to either a) write a patch or b) use strongly typed methods.

- Dan

[EMAIL PROTECTED] wrote:
Hi -
I've now got my service published with XFire. Thanks for your help so far!

I have an interface method of the form :

Object doWorkOn(Object target);

I'd like to be able to pass in any of my project classes as a parameter to doWorkOn. This approach worked fine with Glue, but with XFire I get complaints that :

"Unable to write '[EMAIL PROTECTED]' [uk.nominet.msl.test.TestStructureBean]" from the server, and :

"Unable to write '[Ljava.lang.Object;@457d21' [[Ljava.lang.Object;]" from the client.

Is it possible to use XFire like this? If so, what do I need to do?

Thanks very much for your help!


Alex.


--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to