diff options
| author | SVN Migration <svn@php.net> | 2002-08-06 16:36:06 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2002-08-06 16:36:06 +0000 |
| commit | 2ccef75a1992e45f9b13cc7d7314a62bc9c0f2bd (patch) | |
| tree | b1da83411c9efb34579ca041f7ddcc7d62652611 /ext/soap/interop/testclient.php | |
| parent | d5ec9a9886f5b7e867f0bbadee0ff2f026004d95 (diff) | |
| download | php-git-dev.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'dev'.dev
Diffstat (limited to 'ext/soap/interop/testclient.php')
| -rw-r--r-- | ext/soap/interop/testclient.php | 17 |
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 |
