List sample of client-server XML-RPC Programming build with Java.
These projects use Netbeans for IDE.
- XMLRPC_Array : Sample of array (Vector) data type.
- XMLRPC_Base64 : Sample of base64 (Byte[]) data type.
- XMLRPC_SendMessage : Sample of string data type.
- XMLRPC_Struct : Sample of struct (Hashtable) data type.
- XMLRPC_ExampleApp :Simple application.