Ah. Another approach that I am considering is to uploat the file to the a HTTP server and have that XML-RPC over to the XML-RPC server. I already have to do a...
Hi, I had to bypasss the XML RPC ServiceProxy and HTTP POST directly to a server. The server returns an XMLRPC response. I want to use the XMLRPC module to...
I tried using the handleResponse function from the XMLRPCMethod. But I couldn't get it to work. I have something like this: function foo(url) { var liburl =...
Hello! When the text in a cell of a LiveGrid gets too long, it wraps to the next row, creating a fat cell. This is not looking good - so does anyone know how ...
Version 2.0 is great! Now we can get subclasses to retain their private variable correctly. You can run the html below to see what I mean. Change the...
Hi, ... handleResponse is declared with var and therefor enot visible outside of the class. it might be a good idea to handle have it part of the object so one...
... Hi, I simply went into the xmlrpc.js. I change "var handleResponse" to "publ.handleResponse" and located all the calls to "handleResponse" and changed it...
... that should be: var proxy = new xmlrpc.ServerProxy(...) rstl = proxy.getMethotName() if that does not work, please put the error message in your post so ...
Hello! We've built a fairly big intranet system for a local company. They're now reporting that the system slows down more and more if they leave the system ...
one thing can be memory leaks. you should be able to see that easyly by looking at the mem the browser consumes and see if that increases over time. I don't...
Hello dear Jan. Thank you for your answer. It has helped me. But I have one more question. My server send me an XML-RPC answer, and I use the DOM model for...
Hey, ... rslt is already converted, i.e. the server response(xml data) was converted to a javascript object by the proxy. In your example rslt would be an...
Hi, I am not sure this is the right place to ask. I am using JSON-RPC-JAVA and wondering how I can Invoke method with HTTPSession or request as parameters. In...
it looks like FF2 fixed the with-statement handling in JavaScript The issue described earlier does not occur anymore. So, I am thinking of adding support for...
it looks like FF2 fixed the with-statement handling in JavaScript, the issue described earlier does not occur anymore. So, I am thinking of adding support for...
I tried your code to guess the position of jsolait (experimental) and got nothing. It was because I had positioned some script-text inserted directly into the...
I getting RequestOpenFailed Opening of HTTP request failed when doing a xmlrpc ServiceProxy call to a different host in Mozilla. I've read about the...
I am trying to use the jsolait XML-RPC support to communicate with an XML-RPC I have written. The problem I'm running into is that my Javascript and jsolait...
I just downloaded the latest SVN and when I attempted to build I received the following error: CreateModuleFailed in [module 'jsolait' version: Rev.85]: Failed...
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...
Hi, I'm jsolait's XMLRPC to implement a manager, but the request issued to the HTTP server contains only the HTTP headers. Is this normal ? Code: <script...
Hi all, I probably should have sent out this mail much earlier. Unfortunately I just don't have enough free time to work on jsolait anymore. I have not been...