Changes between Version 5 and Version 6 of XmlRpcDeveloping
- Timestamp:
- 04/28/06 19:54:49 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlRpcDeveloping
v5 v6 48 48 Note 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. 49 49 50 = Now to the cool example = 51 Download 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 56 yes, you want to dig this? 57 * [src:branches/gnowsis0.9/gnowsis-server/service/gnowsis-server/ajax_example.html] use the source, luke 58 50 59 = So what services can I call? = 51 60 You can call all services that are listed in the corresponding {{{service.xml}}} files.