summaryrefslogtreecommitdiff
path: root/ext/soap/tests/interop/Round3/GroupF/r3_groupF_extreq_001w.phpt
blob: 05abe3b86a7e2122dca7c836133cbcba65fc6815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
SOAP Interop Round3 GroupF Extensibility Required 001 (php/wsdl): echoString
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$client = new SoapClient(dirname(__FILE__)."/round3_groupF_extreq.wsdl",array("trace"=>1,"exceptions"=>0));
$client->echoString("Hello World");
echo $client->__getlastrequest();
//$HTTP_RAW_POST_DATA = $client->__getlastrequest();
//include("round3_groupF_extreq.inc");
echo "ok\n";
?>
--EXPECTF--
Fatal error: SOAP-ERROR: Parsing WSDL: Unknown required WSDL extension 'http://soapinterop.org/ext' in %sr3_groupF_extreq_001w.php on line %d