summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round4/GroupH/round4_groupH_soapfault.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round4/GroupH/round4_groupH_soapfault.inc')
-rw-r--r--ext/soap/tests/interop/Round4/GroupH/round4_groupH_soapfault.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/soap/tests/interop/Round4/GroupH/round4_groupH_soapfault.inc b/ext/soap/tests/interop/Round4/GroupH/round4_groupH_soapfault.inc
deleted file mode 100644
index cf6c3741c6..0000000000
--- a/ext/soap/tests/interop/Round4/GroupH/round4_groupH_soapfault.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-class SOAP_Interop_GroupH {
-
- function echoVersionMismatchFault()
- {
- }
-
- function echoMustUnderstandFault()
- {
- }
-
- function HeaderRequest($string)
- {
- }
-
-
-}
-
-$server = new SoapServer(dirname(__FILE__)."/round4_groupH_soapfault.wsdl");
-$server->setClass("SOAP_Interop_GroupH");
-$server->handle();
-?>