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