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: [email protected] For additional commands, e-mail: [email protected]
