Changes between Version 5 and Version 6 of XmlRpcDeveloping


Ignore:
Timestamp:
04/28/06 19:54:49 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcDeveloping

    v5 v6  
    4848Note that when the server throws an exception, the exception message will be passed to the xml/rpc client, so you know whats happening when it fails. 
    4949 
     50= Now to the cool example = 
     51Download gnowsis and run this page: 
     52 * http://127.0.0.1:9993/gnowsis-server/ajax_example.html 
     53 * press ok there. 
     54 * see how we run a SERQL query from javascript, parse the results using ultra-cool jsolait framework and render HTML of it. 
     55 
     56yes, you want to dig this? 
     57 * [src:branches/gnowsis0.9/gnowsis-server/service/gnowsis-server/ajax_example.html] use the source, luke 
     58 
    5059= So what services can I call? = 
    5160You can call all services that are listed in the corresponding {{{service.xml}}} files.