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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1 - 30 of 411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hello, I am Jan-Klaas Kollhof, the developer of jsolait(JavaScript o lait). I welcome you to this list/formum. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 6, 2004
11:19 am
2
Hi, I'm looking at your library (framework?) with great interest. I found it very useful and easy to use. Right now I'm trying to implement some RPC using it...
ponticellifranco
ponticellifr...
Offline Send Email
Aug 17, 2004
2:16 pm
3
Hello everyone, jsolait just moved into it's new home at http://jsolait.net A new tutorial and documentation will be online soon. Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 19, 2004
11:34 pm
4
Hi, The first part of an online jsolait tutorial is up. http://jsolait.net/doc/tutorial.xhtml Jan...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Aug 28, 2004
5:08 pm
5
Hi Jan First I'd like to thank you for your great tool. I'd ask you if there's some way to pass an object which is not exactly a string within an xml-rpc...
stainzed13
Offline Send Email
Sep 17, 2004
9:15 am
6
Hi Jan, Downloaded jsolait yesterday to see if it fits one of my projects. I am encountering problems testing it however. Created a small test html file with a...
ewoutdegraaf
Offline Send Email
Sep 17, 2004
12:30 pm
7
Hello, ... exactly a string within an xml-rpc connection. It should be possible to return all types which are supported by XML-RPC back to the script, this...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 17, 2004
4:35 pm
8
Hi, ... Sounds like a security issue. What browser are you using? For mozilla there is a same-domain policy, meaning you can only make requests to the same...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 17, 2004
4:42 pm
9
... I am using IE 6.0.2900 on WinXP servicepack 2. Now you mention it, SP2 is well known for its 'enhanced security'. It is very possible that there is some...
ewoutdegraaf
Offline Send Email
Sep 17, 2004
5:51 pm
10
Hello. First of all, thank you Jan for the jsolait Javascript module. I have a quick question for the group. I assume I'm overlooking something simple, but...
monterickson
Offline Send Email
Sep 27, 2004
5:49 am
11
Hi, ... You are probably right about the security restriction. Are you serving the HTML page from the same server the XML-RPC service is running on? Mozilla...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 27, 2004
10:38 am
12
... Thanks for the response. Yes, it is on the same server. I've tried addressing the jsolait ULR multiple ways (http://localhost/RPC2, ...
monterickson
Offline Send Email
Sep 28, 2004
3:58 am
13
Hello, ... So, your html page is served from: http://some_ip/some_folder/html_file.html Then ypu should be able to make a request to any URL on that server: ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 28, 2004
10:03 am
14
Hi, We are using jsolait along with perl RPC-XML module as a server. It seems that jsolait is unable to parse xmlrpc method response containing an empty struct...
William Robinet
william_robinet
Offline Send Email
Sep 28, 2004
3:41 pm
15
Hi, ... As you said the specs don't realy say. What I figured was that as described above the struct would contain one member, This member has an empty string...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 28, 2004
5:56 pm
16
Hi, Our actual problem is that jsolait throws an exception when it receives this kind of response: <?xml version="1.0"?> <methodResponse> <params> <param> ...
William Robinet
william_robinet
Offline Send Email
Sep 29, 2004
2:07 pm
17
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 1, 2004
11:48 am
18
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. ...
William Robinet
william_robinet
Offline Send Email
Oct 1, 2004
12:04 pm
19
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....
jrsg55
Offline Send Email
Oct 3, 2004
10:29 pm
20
... 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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 4, 2004
1:36 pm
21
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...
orchidsonline
Offline Send Email
Oct 5, 2004
4:29 pm
22
Hi, This should work: var urllib = importModule("urllib"); var xmllib = importModule("xml"); urllib.getURL("./test.xml", function(resp){ var d =...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 6, 2004
12:11 pm
23
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....
orchidsonline
Offline Send Email
Oct 6, 2004
5:06 pm
24
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)...
orchidsonline
Offline Send Email
Oct 8, 2004
1:57 am
25
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",...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 8, 2004
12:20 pm
26
Thanks. That makes it quite clear. dave ... module? ... impl....
orchidsonline
Offline Send Email
Oct 9, 2004
4:38 am
27
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...
slartibreakfast
Offline Send Email
Oct 10, 2004
11:58 am
28
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...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 10, 2004
6:48 pm
29
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! ...
Philip
cmdr_killjoy
Offline Send Email
Oct 15, 2004
7:01 pm
30
Hi, This should do: var xmlrpc = importModule("xmlrpc"); var s = new xmlrpc.ServiceProxy("someserver", ["echo"]); s.echo("Hello SVG", function(result, err){ ...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 16, 2004
7:47 am
Messages 1 - 30 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