|
From: Clemens E. <lin...@we...> - 2004-10-18 06:00:01
|
Hi there!
First of all I want to speak out a very big thank you to all dynapi-developers. It is amazing what you guys made possible with cross-browser javascript.
The Soda-Servlet makes the whole situation even better.
I tried to create an simply SODA-RPC example, however I dont see any requests at server-side.
Mozilla simply tells me that the request timed out (but I know that the URL is valid, it even works when hand-typing).
Any ideas whats wrong?
PS: Running with Opera or Konqueror I get the following error: "IOElement Error: no load element". Is this a bug in my code or in dynapi. I am using dynapi_cvs.
PS2: I have some problems running the tree-demo using Opera-7.5. I complains that it cant fine TreeNode (or NodeInfo or something like that). Should I post the problems (maybe a bug in library-loading code or opera, since code seems to be fine).
Heres the code:
<script language="Javascript">
function initWS(con, s, errorText)
{
if(s != true)
{
alert("Error occured: "+errorText);
}
}
var io = new IOElement(1);
io.createWebService('SodaTest', "http://localhost:3355/soda", initWS, false);
io.SodaTest.call('test', {}, null);
</script>
Thanks in advance and good luck with dynapi, lg Clemens
__________________________________________________________
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201
|