summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupE
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 00:37:48 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 00:37:48 -0400
commiteddbbea4325e602ddc87c545531609132d4f0e3b (patch)
treef0994206a7e0a6251be7cc6729ba480f0c8729c2 /ext/soap/tests/interop/Round3/GroupE
parent2d4e5b09576bb4f0ba716cc82cdf29ea04d9184b (diff)
downloadphp-eddbbea4325e602ddc87c545531609132d4f0e3b.tar.gz
Imported Upstream version 5.2.3upstream/5.2.3
Diffstat (limited to 'ext/soap/tests/interop/Round3/GroupE')
-rw-r--r--ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc b/ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc
index 83454c077..19a769c00 100644
--- a/ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc
+++ b/ext/soap/tests/interop/Round3/GroupE/round3_groupE_list.inc
@@ -12,6 +12,6 @@ class SOAP_Interop_GroupE {
$server = new SoapServer(dirname(__FILE__)."/round3_groupE_list.wsdl");
$server->setClass("SOAP_Interop_GroupE");
-$server->handle();
+$server->handle($HTTP_RAW_POST_DATA);
var_dump($d);
?> \ No newline at end of file