/php-src/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) 20 function __construct($wsdl, $options) { 21 parent::__construct($wsdl, $options); 22 $this->server = new SoapServer($wsdl, $options); 36 $cl = new LocalSoapClient(__DIR__.'/bug34643.wsdl', array("trace"=>1));
|
H A D | bug29844.phpt | 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options); 21 $this->server = new SoapServer($wsdl, $options); 35 $client = new LocalSoapClient(__DIR__."/bug29844.wsdl", array("trace"=>1));
|
H A D | bug42692.phpt | 16 function __construct($wsdl, $options) { 17 parent::__construct($wsdl, $options); 18 $this->server = new SoapServer($wsdl, $options); 31 $client = new TestSoap(__DIR__ . "/bug42692.wsdl", array("trace"=>1));
|
H A D | bug38055.phpt | 19 function __construct($wsdl) { 20 parent::__construct($wsdl); 21 $this->server = new SoapServer($wsdl); 34 $client = new TestSoapClient(__DIR__.'/bug38055.wsdl');
|
H A D | bug30928.phpt | 22 function __construct($wsdl, $options) { 23 parent::__construct($wsdl, $options); 24 $this->server = new SoapServer($wsdl, $options); 37 $x = new LocalSoapClient(__DIR__."/bug30928.wsdl", 41 $x = new LocalSoapClient(__DIR__."/bug30928.wsdl",
|
H A D | bug36999.phpt | 17 function __construct($wsdl) { 18 parent::__construct($wsdl); 19 $this->server = new SoapServer($wsdl); 33 $soap = new LocalSoapClient(__DIR__."/bug36999.wsdl");
|
H A D | bug38067.phpt | 18 function __construct($wsdl, $opt) { 19 parent::__construct($wsdl, $opt); 20 $this->server = new SoapServer($wsdl, $opt); 33 $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 | 16 function __construct($wsdl, $options=array()) { 17 parent::__construct($wsdl, $options); 18 $this->server = new SoapServer($wsdl, $options); 32 $client = new LocalSoapClient(__DIR__."/bug31695.wsdl"); 34 $client = new LocalSoapClient(__DIR__."/bug31695.wsdl", array("location"=>"test://1"));
|
H A D | bug38004.phpt | 18 function __construct($wsdl) { 19 parent::__construct($wsdl); 20 $this->server = new SoapServer($wsdl); 33 $client = new TestSoapClient(__DIR__.'/bug38004.wsdl');
|
H A D | gh16256.phpt | 10 $wsdl = __DIR__."/ext/soap/tests/bug41004.wsdl"; 12 new SoapClient($wsdl, ["classmap" => $classmap]); 17 new SoapServer($wsdl, ["classmap" => $classmap]);
|
H A D | bug50762.phpt | 20 function __construct($wsdl, $options) { 21 parent::__construct($wsdl, $options); 22 $this->server = new SoapServer($wsdl, $options); 36 $cl = new LocalSoapClient(__DIR__.'/bug50762.wsdl', array('cache_wsdl'=>WSDL_CACHE_NONE, 'trace'=>t…
|
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));
|
/php-src/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 | gh15711.wsdl | 1 …wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/w… 2 <wsdl:types> 16 </wsdl:types> 39 </wsdl:definitions>
|
H A D | classmap007.phpt | 2 SOAP Classmap 7: encoding of inherited objects with namespace and cache wsdl 36 function __construct($wsdl, $options) { 37 parent::__construct($wsdl, $options); 38 $this->server = new SoapServer($wsdl, $options); 51 $client = new LocalSoapClient(__DIR__."/classmap007.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 | 31 function __construct($wsdl, $options) { 32 parent::__construct($wsdl, $options); 33 $this->server = new SoapServer($wsdl, $options); 46 $client = new LocalSoapClient(__DIR__."/classmap003.wsdl",
|
H A D | classmap006.phpt | 36 function __construct($wsdl, $options) { 37 parent::__construct($wsdl, $options); 38 $this->server = new SoapServer($wsdl, $options); 51 $client = new LocalSoapClient(__DIR__."/classmap006.wsdl",
|
/php-src/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);
|