summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.inc')
-rw-r--r--ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.inc b/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.inc
deleted file mode 100644
index a0893c6b7c..0000000000
--- a/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-class SOAP_Interop_GroupD {
-
- function echoStruct($inputStruct)
- {
- return $inputStruct;
- }
-
-}
-
-$server = new SoapServer(dirname(__FILE__)."/round3_groupD_import2.wsdl");
-$server->setClass("SOAP_Interop_GroupD");
-$server->handle();
-?> \ No newline at end of file