summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bugs/bug50698_4.phpt
blob: bb02d0093931ddb7c214ef93cde9f1be0d2c346b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Request #50698_4 (SoapClient should handle wsdls with some incompatiable endpoints)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
<?php
new SoapClient(dirname(__FILE__) . '/bug50698_4.wsdl');
echo "ok\n";
?>
--EXPECT--
ok