/PHP-8.1/ext/soap/tests/bugs/ |
H A D | bug40609.wsdl | 1 …wsdl:definitions xmlns:axis2="http://quickstart.samples/" xmlns:http="http://schemas.xmlsoap.org/w… 3 …</wsdl:documentation><wsdl:types><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeF… 26 …wsdl:types><wsdl:message name="updateMessage"><wsdl:part name="part1" element="ns:update" /></wsdl…
|
H A D | bug50698_2.wsdl | 175 <wsdl:types> 176 </wsdl:types> 211 </wsdl:port> 222 </wsdl:port> 233 </wsdl:port> 244 </wsdl:port> 255 </wsdl:port> 266 </wsdl:port> 277 </wsdl:port> 288 </wsdl:port> [all …]
|
H A D | bug50698_3.wsdl | 175 <wsdl:types> 176 </wsdl:types> 211 </wsdl:port> 222 </wsdl:port> 233 </wsdl:port> 244 </wsdl:port> 255 </wsdl:port> 266 </wsdl:port> 277 </wsdl:port> 288 </wsdl:port> [all …]
|
H A D | bug50698_1.wsdl | 175 <wsdl:types> 176 </wsdl:types> 179 </wsdl:message> 182 </wsdl:message> 188 </wsdl:portType> 193 <wsdl:input> 200 </wsdl:binding> 213 </wsdl:binding> 217 </wsdl:port> 226 </wsdl:port> [all …]
|
H A D | bug50698_4.wsdl | 175 <wsdl:types> 176 </wsdl:types> 179 </wsdl:message> 182 </wsdl:message> 188 </wsdl:portType> 193 <wsdl:input> 200 </wsdl:binding> 213 </wsdl:binding> 223 </wsdl:port> 226 </wsdl:port> [all …]
|
H A D | bug34643.phpt | 2 Bug #34643 (wsdl default value) 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options); 21 $this->server = new SoapServer($wsdl, $options); 35 $cl = new LocalSoapClient(__DIR__.'/bug34643.wsdl', array("trace"=>1));
|
H A D | bug29844.phpt | 18 function __construct($wsdl, $options) { 19 parent::__construct($wsdl, $options); 20 $this->server = new SoapServer($wsdl, $options); 34 $client = new LocalSoapClient(__DIR__."/bug29844.wsdl", array("trace"=>1));
|
H A D | bug38055.phpt | 17 function __construct($wsdl) { 18 parent::__construct($wsdl); 19 $this->server = new SoapServer($wsdl); 32 $client = new TestSoapClient(__DIR__.'/bug38055.wsdl');
|
H A D | bug42692.phpt | 15 function __construct($wsdl, $options) { 16 parent::__construct($wsdl, $options); 17 $this->server = new SoapServer($wsdl, $options); 30 $client = new TestSoap(__DIR__ . "/bug42692.wsdl", array("trace"=>1));
|
H A D | bug30928.phpt | 21 function __construct($wsdl, $options) { 22 parent::__construct($wsdl, $options); 23 $this->server = new SoapServer($wsdl, $options); 36 $x = new LocalSoapClient(__DIR__."/bug30928.wsdl", 40 $x = new LocalSoapClient(__DIR__."/bug30928.wsdl",
|
H A D | bug36999.phpt | 16 function __construct($wsdl) { 17 parent::__construct($wsdl); 18 $this->server = new SoapServer($wsdl); 32 $soap = new LocalSoapClient(__DIR__."/bug36999.wsdl");
|
H A D | bug38004.phpt | 16 function __construct($wsdl) { 17 parent::__construct($wsdl); 18 $this->server = new SoapServer($wsdl); 31 $client = new TestSoapClient(__DIR__.'/bug38004.wsdl');
|
H A D | bug38067.phpt | 16 function __construct($wsdl, $opt) { 17 parent::__construct($wsdl, $opt); 18 $this->server = new SoapServer($wsdl, $opt); 31 $client = new TestSoapClient(__DIR__.'/bug38067.wsdl',
|
H A D | bug55323.phpt | 9 $wsdl = __DIR__."/bug55323.wsdl"; 13 function __construct($wsdl, $options) { 14 parent::__construct($wsdl, $options); 34 $soapClient = new TestSoapClient($wsdl,
|
H A D | bug31695.phpt | 14 function __construct($wsdl, $options=array()) { 15 parent::__construct($wsdl, $options); 16 $this->server = new SoapServer($wsdl, $options); 30 $client = new LocalSoapClient(__DIR__."/bug31695.wsdl"); 32 $client = new LocalSoapClient(__DIR__."/bug31695.wsdl", array("location"=>"test://1"));
|
H A D | bug29795.phpt | 11 function __construct($wsdl, $options) { 12 parent::__construct($wsdl, $options); 26 $client = new LocalSoapClient(__DIR__."/bug29795.wsdl",array("trace"=>1)); 29 $client = new LocalSoapClient(__DIR__."/bug29795.wsdl",array("trace"=>1));
|
H A D | bug50762.phpt | 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options); 21 $this->server = new SoapServer($wsdl, $options); 35 $cl = new LocalSoapClient(__DIR__.'/bug50762.wsdl', array('cache_wsdl'=>WSDL_CACHE_NONE, 'trace'=>t…
|
H A D | bug28969.phpt | 14 function __construct($wsdl, $options) { 15 parent::__construct($wsdl, $options); 16 $this->server = new SoapServer($wsdl, $options);
|
H A D | bug29061.wsdl | 1 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 2 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http:// 3 schemas.xmlsoap.org/wsdl/http/" 6 ncoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
|
/PHP-8.1/ext/soap/tests/ |
H A D | server011.phpt | 12 wsdl 21 $server = new soapserver(__DIR__."/test.wsdl"); 24 $wsdl = ob_get_contents(); 26 if ($wsdl == file_get_contents(__DIR__."/test.wsdl")) {
|
H A D | classmap.wsdl | 1 …wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/w… 2 <wsdl:types> 11 </wsdl:types> 60 </wsdl:definitions>
|
H A D | classmap003.phpt | 30 function __construct($wsdl, $options) { 31 parent::__construct($wsdl, $options); 32 $this->server = new SoapServer($wsdl, $options); 45 $client = new LocalSoapClient(__DIR__."/classmap003.wsdl",
|
H A D | classmap004.phpt | 38 function __construct($wsdl, $options) { 39 parent::__construct($wsdl, $options); 40 $this->server = new SoapServer($wsdl, $options); 53 $client = new LocalSoapClient(__DIR__."/classmap003.wsdl",
|
H A D | transport001.phpt | 13 function __construct($wsdl, $options) { 14 parent::__construct($wsdl, $options); 15 $this->server = new SoapServer($wsdl, $options);
|
/PHP-8.1/ext/soap/tests/schema/ |
H A D | test_schema.inc | 11 $wsdl = <<<EOF 16 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 17 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 18 xmlns="http://schemas.xmlsoap.org/wsdl/" 24 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" /> 53 $fname = tempnam ("./", "wsdl"); 55 fwrite($f,$wsdl);
|