Posted by Michael Fesser on 05/11/07 10:07
..oO(Ming)
>I have used OOP and Java for several years so I understand OOP
>concepts. Back to my question, it seems the 'examples' in $method =
>'examples.getStateName' is arbitrary. Can I change it to other words?
I would say it entirely depends on what the RPC server expects. If the
server requires a call to be like 'object.method' then you have to use
it that way. But it could also be something completely different. So I
think you need some more informations about what methods are available
on the RPC server and how you have to call them.
Micha
[Back to original message]
|