summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound2.inc')
-rw-r--r--ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound2.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound2.inc b/ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound2.inc
deleted file mode 100644
index 81b96cdbff..0000000000
--- a/ext/soap/tests/interop/Round3/GroupD/round3_groupD_compound2.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-class SOAP_Interop_GroupD {
- function echoEmployee($employee)
- {
- return $employee;
- }
-}
-
-$server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound2.wsdl");
-$server->setClass("SOAP_Interop_GroupD");
-$server->handle();
-?>