You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by taher atashbar <ta...@gmail.com> on 2011/05/06 14:29:21 UTC

interact with function

hello how to interact with a function that has no any parameter?
i cant use this code
client.execute("methodName", null);
or
client.execute("methodName", None);
and use this:
Object[] params = null;
client.execute("pMethodName", params );

my method has no parameter!.
please help me.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org