Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- 10/06/06 14:44:42 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 44 44 == Examples == 45 45 46 === Server side === 46 [http://delight.opendfki.de/wiki/#ExampleUsingXmlRpcCompliantTypes] 47 48 [wiki:WikiStart#ExampleUsingOwnConceteTypes] 49 50 [wiki:WikiStart#ExampleUsingOwnInterfaceTypes] 51 52 [wiki:WikiStart#ExampleUsingThirdPartyTypes] 53 54 [wiki:WikiStart#ExampleUsingXmlRpcBeans] 55 56 === Using XML-RPC compliant types in your API === #ExampleUsingXmlRpcCompliantTypes 57 58 '''Server side''' 47 59 48 60 - The server side defines an API to be used remotely over XML-RPC. Additionaly an implementation … … 67 79 }}} 68 80 69 === Client side === 81 '''Client side''' 70 82 71 83 - create a remote client the use the API by simply calling a single method