summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round4/GroupG/round4_groupG_mimerpc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/tests/interop/Round4/GroupG/round4_groupG_mimerpc.inc')
-rw-r--r--ext/soap/tests/interop/Round4/GroupG/round4_groupG_mimerpc.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/ext/soap/tests/interop/Round4/GroupG/round4_groupG_mimerpc.inc b/ext/soap/tests/interop/Round4/GroupG/round4_groupG_mimerpc.inc
deleted file mode 100644
index 8ed272ed1d..0000000000
--- a/ext/soap/tests/interop/Round4/GroupG/round4_groupG_mimerpc.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-class SOAP_Interop_GroupG {
-
- function EchoBase64AsAttachment($in) {
- return $in;
- }
-
- function EchoAttachmentAsBase64($in) {
- return $in;
- }
-
- function EchoAttachment($in) {
- return $in;
- }
-
- function EchoAttachments($in) {
- return $in;
- }
-
-}
-
-$server = new SoapServer(dirname(__FILE__)."/round4_groupG_dimedoc.wsdl");
-$server->setClass("SOAP_Interop_GroupG");
-$server->handle();
-?>