xref: /PHP-5.5/ext/soap/tests/bugs/bug50698_1.phpt (revision afed1468)
1--TEST--
2Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints)
3--SKIPIF--
4<?php require_once('skipif.inc'); ?>
5--INI--
6soap.wsdl_cache_enabled=0
7--FILE--
8<?php
9new SoapClient(dirname(__FILE__) . '/bug50698_1.wsdl');
10echo "ok\n";
11?>
12--EXPECT--
13ok
14