Home
last modified time | relevance | path

Searched refs:wsdl (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug40609.wsdl1wsdl: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…
26wsdl:types><wsdl:message name="updateMessage"><wsdl:part name="part1" element="ns:update" /></wsdl
H A Dbug50698_2.wsdl175 <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 Dbug50698_3.wsdl175 <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 Dbug50698_1.wsdl175 <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 Dbug50698_4.wsdl175 <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 Dbug34643.phpt2 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 Dbug29844.phpt18 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 Dbug38055.phpt17 function __construct($wsdl) {
18 parent::__construct($wsdl);
19 $this->server = new SoapServer($wsdl);
32 $client = new TestSoapClient(__DIR__.'/bug38055.wsdl');
H A Dbug42692.phpt15 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 Dbug30928.phpt21 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 Dbug38067.phpt16 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 Dbug31695.phpt14 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 Dbug55323.phpt9 $wsdl = __DIR__."/bug55323.wsdl";
13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
34 $soapClient = new TestSoapClient($wsdl,
H A Dbug36999.phpt18 function __construct($wsdl) {
19 parent::__construct($wsdl);
20 $this->server = new SoapServer($wsdl);
34 $soap = new LocalSoapClient(__DIR__."/bug36999.wsdl");
H A Dbug38004.phpt16 function __construct($wsdl) {
17 parent::__construct($wsdl);
18 $this->server = new SoapServer($wsdl);
31 $client = new TestSoapClient(__DIR__.'/bug38004.wsdl');
H A Dbug29795.phpt11 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 Dbug50762.phpt19 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 Dbug28969.phpt14 function __construct($wsdl, $options) {
15 parent::__construct($wsdl, $options);
16 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/ext/soap/tests/
H A Dserver011.phpt6 wsdl
15 $server = new soapserver(__DIR__."/test.wsdl");
18 $wsdl = ob_get_contents();
20 if ($wsdl == file_get_contents(__DIR__."/test.wsdl")) {
H A Dclassmap.wsdl1wsdl: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 Dclassmap003.phpt30 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 Dclassmap004.phpt38 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 Dtransport001.phpt13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
15 $this->server = new SoapServer($wsdl, $options);
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc11 $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);
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_soapfault_002w.phpt2 SOAP Interop Round4 GroupH SoapFault 002 (php/wsdl): echoVersionMismatchFault(SOAP 1.2)
9 $client = new SoapClient(__DIR__."/round4_groupH_soapfault.wsdl",array("trace"=>1,"exceptions"=>0,"…
18 …ttp://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://…
20 …ttp://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://…

Completed in 47 milliseconds

12345678910>>...13