Search the web
Sign In
New User? Sign Up
jsolait
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 33 - 62 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 1, 2004
12:56 pm
34
... 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...
matjaz_ostroversnik
matjaz_ostro...
Offline Send Email
Nov 1, 2004
8:51 pm
35
Hello, ... Sounds like you want to build a framework which does session handling ontop of XML-RPC. There are some authentication/sessionhandling proposals out...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 4, 2004
12:04 pm
36
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...
Vinicius Cubas Brand
viniciuscb
Offline Send Email
Nov 25, 2004
3:34 pm
37
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 28, 2004
1:32 pm
38
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@...
Send Email
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Nov 30, 2004
1:05 pm
40
... 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@...
Send Email
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 1, 2004
3:14 pm
42
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 7, 2004
1:14 pm
43
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...
rambabukodali
Offline Send Email
Dec 9, 2004
10:55 am
44
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 9, 2004
12:41 pm
45
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 9, 2004
1:49 pm
46
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...
orchidsonline
Offline Send Email
Dec 10, 2004
5:30 pm
47
Hi Jan. After working with several modules for a few weeks it would be nice to have "friend" modules which can access each other's "protected" properties....
orchidsonline
Offline Send Email
Dec 10, 2004
5:36 pm
48
Hi, I'm new to jsolait. This is GREAT idea! I stucked on following exception: "TypeError: server.getRandomCookie is not a function" The server script...
frykasek
Offline Send Email
Dec 14, 2004
12:38 pm
49
I think it's some library bug -> I lunched tester (from xml-rpc examples.zip) and the result was exactly the same: "Error trace: service.echo is not a...
frykasek
Offline Send Email
Dec 14, 2004
12:59 pm
50
... You probably did not tell the ServiceProxy constructor that the service has a method "getRandomCookie" so it did not know to create a proxy method. ... ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 14, 2004
1:45 pm
51
Than you for fast replay! I appretiate it. ... are ... That's it! It works now. But another problem raises: "Error trace: RequestOpenFailed [module 'urllib'...
frykasek
Offline Send Email
Dec 14, 2004
2:02 pm
52
Hi, ... Serve your html page from the same server the rpc service is running on. e.g rpc is running on http://localhost/rpcservice/ then load your page from...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 14, 2004
2:20 pm
53
... I got Firebird but I know what you mean. I got another problem and I really want to make it work today. So I especially appreciate your help. "Error trace:...
frykasek
Offline Send Email
Dec 14, 2004
2:37 pm
54
... This error is produced by your server side XML-RPC impl. It tells you that the method you are calling is not provided by the service. Are you sure that you...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Dec 14, 2004
3:41 pm
55
... Hello (i know , 15 days after, but sorry i was busy.) Thank you Jan , i think i'll try to embed my xmlrpc server in a servlet instead of execute it as...
Jean-Bernard Cavarec
publicm@...
Send Email
Dec 14, 2004
9:32 pm
56
... Well it works fine, thank you very very much Jan. If somebody is interested here is my test : ... import java.io.*; import javax.servlet.*; import...
Jean-Bernard Cavarec
publicm@...
Send Email
Dec 15, 2004
10:34 pm
57
Does jsolait have a soap module? --Stephen...
Stephen Crowley
stephenc462
Offline Send Email
Jan 27, 2005
12:47 am
58
... No, not yet. I was thinking of writing a SOAP module but did not have the time yet (or the resources to have enough spare time to write it). If someone...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jan 27, 2005
10:43 am
59
The following function is within a class in a module. Is it possible to return "oNewMenu" from the function or to make "oNewMenu" a class property? If so,...
orchidsonline
Offline Send Email
Feb 4, 2005
2:38 am
60
Hello Dave, ... you can not return oNewMenu from the function because oNewMenu gets set asynchronously "long after" the function returns. You can though make...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Feb 5, 2005
6:22 pm
61
I used the "var oSelf = this;" option and it works great! Unless it is easy to impliment the "bound" method improvement I tend to think that it isn't worth the...
Richard D. Spencer
orchidsonline
Offline Send Email
Feb 7, 2005
8:26 pm
62
Here is the code ( the part that I don't understand what's happening) which deals the class inheritence... //GLOBAL var oNodeManager = null; oNodeManager = new...
Richard D. Spencer
orchidsonline
Offline Send Email
Feb 8, 2005
10:17 pm
Messages 33 - 62 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help