summaryrefslogtreecommitdiff
path: root/ext/soap/interop/testclient.php
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-10-27 19:07:46 +0000
committerSVN Migration <svn@php.net>2002-10-27 19:07:46 +0000
commit01591fd314712be3babccf3687459ad8e37e40e0 (patch)
treef0c4a8e0268408a0fa0ce0ebf342ead0b3bc2464 /ext/soap/interop/testclient.php
parent939de5b8d34cc9123ec3b56418ada3c7da4cc06a (diff)
downloadphp-git-php-4.3.0pre2.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_3_0pre2'.php-4.3.0pre2
Diffstat (limited to 'ext/soap/interop/testclient.php')
-rw-r--r--ext/soap/interop/testclient.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/soap/interop/testclient.php b/ext/soap/interop/testclient.php
deleted file mode 100644
index b70c628ee5..0000000000
--- a/ext/soap/interop/testclient.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<html><body>
-<?
-error_reporting(2039);
-include("SOAP/Client.php");
-
-$txt = "Bjoern";
-
-$soapc = new SOAP_Client("http://localhost/soap_interop/testserver.php");
-$soapc->debug_flag = TRUE;
-print_r($soapc->call("testMethod",array("txt" => $txt)));
-print "<br>Debug: ";
-print $soapc->wire;
-print "<br><br>";
-unset($soapc);
-
-?>
-</html></body> \ No newline at end of file