
| Path : /usr/src/php/ext/soap/tests/bugs/ |
| Current File : //usr/src/php/ext/soap/tests/bugs/bug41337_2.phpt |
--TEST--
Bug #41337 (WSDL parsing doesn't ignore non soap bindings)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
ini_set("soap.wsdl_cache_enabled",0);
$client = new SoapClient(dirname(__FILE__)."/bug41337_2.wsdl");
echo "ok\n";
?>
--EXPECT--
ok