diff --git a/main/webservices/test.php b/main/webservices/test.php new file mode 100644 index 0000000000..ccdb6746bc --- /dev/null +++ b/main/webservices/test.php @@ -0,0 +1,35 @@ + + + +
+getError(); +if ($err) { + // Display the error + echo '

Constructor error

' . $err . '
'; + // At this point, you know the call that follows will fail +} +$response = array(); +if (!empty($_POST['function'])) { + $response = $client->call($_POST['function']); + echo '
#';
+  print_r($response);
+  echo '#
'; +} +?> +
+
+ +
+ +
+ +