Show
Ignore:
Timestamp:
09/24/08 15:50:07 (4 months ago)
Author:
david
Message:

Fixed #866: SOAP and XMLRPC test scripts in sample app are broken

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/samples/pub/xmlrpc-test.php

    r1894 r2943  
    88    <h1>Agavi XML-RPC Test</h1> 
    99<?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")); 
    1111 
    1212$url = "http://localhost/~dzuelke/_projects/agavi/branches/0.11/samples/pub/xmlrpc.php";