Hello, I will fix the lib. Personally, to me a: <struct></struct> makes more sence than a: <struct><member><name></name><value></value></struct> But that's I...
Hello Jan, Thank you for your support. I also believe that <struct></struct> would be a better choice, but apparently that's not in the mind of everyone. ...
Hi I am very new to this so please bear with me I am trying to use Jscript dhtml pages as a GUI front end for an AV system, communicating using XMLRPC calls....
... Yes, it is a security problem. If the local host was "trusted" then any webpage could open connections to any service running on your local machine. That...
Just discovered your library yesterday - great stuff! Can someone post an example of getURL/parseXML using a callback that will work in ASV? If possible, I...
Works great! Thanks. There's nothing like an example to help me learn how to use a new code library. dave ... that ... an ... working ... functions....
Is there a way to protect properties and functions within a module? within a class? (protect from outside use but available to all within the module or class)...
Hi, ... Yes, this is actually one reason for writing jsolait, to be able to have some data/function hiding. have a look at the following: Module("someModule",...
Below is an exceprt from a the post I made to the XUL developer's forum: I'm using the jsolait JS library for its XML-RPC functions, talking to a XML-RPC...
Hi all, I finally had some time to work on jsolait a bit again. The long awaited fix for the IE memory leak has arrived. Though some more testing would be...
Hi, I'm trying to get an asynchronous xmlrpc call working and so far have not been successful. Does anyone have any working examples I can go off of? Thanks! ...
Hi, This should do: var xmlrpc = importModule("xmlrpc"); var s = new xmlrpc.ServiceProxy("someserver", ["echo"]); s.echo("Hello SVG", function(result, err){ ...
Hi all ! I've played with jsolait a bit. Nice work. One of my experiments was xml-rpc communication with php server (IXR ver 2.0). Asume that we have...
Hi, I see your problem. ... The declaration is abit long, I agree, but the calls should not: var r2 = remote.someObj; r2.method1(); r2.method2(); Also, not all...
... That would be propably the best, since the library won't loose backward compatibility. I started with changes in this way, but since I am JS beginner (more...
Hello, ... Sounds like you want to build a framework which does session handling ontop of XML-RPC. There are some authentication/sessionhandling proposals out...
Hello. First of all, I would like to congratulate you for the excelent work done in the jsolait library. Beginning to use it extensively in my project, and...
Hello, ... Nice to hear that. ... in tag <HEAD>. Is there something like this object in jsolait? No, there is nothing like that in jsolait, I don't realy have...
hi i cannot send message to my java xml-rpc server (which works with xml-rpc java client) with jsolait . I have this error message: SendFailed[module 'urllib'...
Jean-Bernard Cavarec
publicm@...
Nov 30, 2004 11:36 am
39
Hello, ... failed. ... This exception is thrown by the browser/viewer. Mozilla and Adobe's SVG viewer and other impl. have a same domain policy. Meaning that...
... Thank you very much jan I am using Adobe SVGViewer but java xml-rpc server is on the same server than the svg file and i have the same message of security...
Jean-Bernard Cavarec
publicm@...
Nov 30, 2004 5:52 pm
41
Hello, ... server than the svg file and i have the same message of security violation. In fact i am building the svg file on the fly with a servlet which...
Hello all, I have fixed a couple of bugs. On in the lang module concerning negative numbers. The other int he XML-RPC module. I removed the toXmlRpc method...
Hi, We are new to use json rpc. We downloaded json-rpc from jsolait.net. We want to know the flow how to use it? We have front end html file with java script...
Hello, have you looked at these examples: http://jsolait.net/examples/jsonrpc/index.xhtml If that's not enough let me know. For the PHP part I cannot realy...
Hello, I have been playing a bit with iterators to create iteratable objects and to allow the iteration to be run asynchronously using timers. In a synchronous...
Can I download this module yet? It would fit right in one of the svg UI modules I'm working on. I don't mind if it is still alpha since my project is at...