- Timestamp:
- 09/25/08 15:02:12 (4 months ago)
- Location:
- branches/felix-testing-implementation
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
samples/pub/xmlrpc-test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/felix-testing-implementation
- Property svnmerge-integrated changed from /branches/1.0:1-2892,2894-2932 /branches/dominik-validation-argument-sources:1-2901 to /branches/1.0:1-2892,2894-2944 /branches/dominik-validation-argument-sources:1-2901
-
branches/felix-testing-implementation/samples/pub/xmlrpc-test.php
r1964 r2946 8 8 <h1>Agavi XML-RPC Test</h1> 9 9 <?php 10 $request = xmlrpc_encode_request('getItemPrice', array(' name' => 'nonsense'), array("encoding" => "utf-8", "escaping" => "markup"));10 $request = xmlrpc_encode_request('getItemPrice', array('id' => 123456), array("encoding" => "utf-8", "escaping" => "markup")); 11 11 12 12 $url = "http://localhost/~dzuelke/_projects/agavi/branches/0.11/samples/pub/xmlrpc.php";

