... Here the example: var xmlrpc=imprt('xmlrpc'); var service = new xmlrpc.ServiceProxy('/test.py', ['echo']); service.echo('Hello jsolait', function(result,...
Hello, i'm new to jsolait. i've using it like a charm. but i have problems with callbacks. i use json rpc instead of xml rpc, but i think the case would be the...
I think I need some more info on that, maybe some code so I can reproduce the problem. There is no reason why the callback should not see the function. e.g: ...
Hello, Sorry for the long reply. I finally get it work. Thank you. I'm working on modified phpolait, and I'm a bit clueless to move from jsolait v.1 to jsolait...
Hi, jan I've been happy playing with jsolait since. :-) Apparently, there is small bug with opera browser. Any rpc call back using async call would have...