Thanks for the comments & discussion, but I still have the problem.

I tried tweaking the code such that I wasn't calling a method with null arguments:

My Object is now of the form

MyObj o = new MyObj(x,y,z)

o.doSomething(Boolean b);

I've adapted this to:

client.execute("o.init", [x,y,z])
client.execute ("o.doSomething", [b])

but I'm still getting null errors; all the methods accept and return a value (although they're ignored), so I suspect the null is due to the "loss" of the object.

I wonder if this is to do with the "Statelessness" of XML-RPC - I haven't read the code, but if it is stateless, then there's perhaps no carry over between the two calls.

Can anyone give any advice on this?

Thanks,

Matt
--
http://acl.icnet.uk/~mw
http://adhominem.blogsome.com/
+44 (0)7834 899570

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

Reply via email to