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.
