summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.inc')
-rw-r--r--ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.inc b/ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.inc
deleted file mode 100644
index ee65811197..0000000000
--- a/ext/soap/tests/interop/Round3/GroupF/round3_groupF_headers.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-class SOAP_Interop_GroupF {
-
- function Header1($input)
- {
- }
-
- function Header2($input)
- {
- }
-
- function echoString($inputString)
- {
- return $inputString;
- }
-
-}
-
-$server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
-$server->setClass("SOAP_Interop_GroupF");
-$server->handle();
-?> \ No newline at end of file