1--TEST-- 2SOAP Interop Round3 GroupF Extensibility Required 001 (php/wsdl): echoString 3--EXTENSIONS-- 4soap 5--INI-- 6soap.wsdl_cache_enabled=0 7--FILE-- 8<?php 9$client = new SoapClient(__DIR__."/round3_groupF_extreq.wsdl",array("trace"=>1,"exceptions"=>0)); 10$client->echoString("Hello World"); 11echo $client->__getlastrequest(); 12//$HTTP_RAW_POST_DATA = $client->__getlastrequest(); 13//include("round3_groupF_extreq.inc"); 14echo "ok\n"; 15?> 16--EXPECTF-- 17Fatal error: SOAP-ERROR: Parsing WSDL: Unknown required WSDL extension 'http://soapinterop.org/ext' in %sr3_groupF_extreq_001w.php on line %d 18