Home
last modified time | relevance | path

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

12345678910>>...14

/php-src/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)
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 Dbug29844.phpt19 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 Dbug42692.phpt16 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 Dbug38055.phpt19 function __construct($wsdl) {
20 parent::__construct($wsdl);
21 $this->server = new SoapServer($wsdl);
34 $client = new TestSoapClient(__DIR__.'/bug38055.wsdl');
H A Dbug30928.phpt22 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 Dbug36999.phpt17 function __construct($wsdl) {
18 parent::__construct($wsdl);
19 $this->server = new SoapServer($wsdl);
33 $soap = new LocalSoapClient(__DIR__."/bug36999.wsdl");
H A Dbug38067.phpt18 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 Dbug55323.phpt9 $wsdl = __DIR__."/bug55323.wsdl";
13 function __construct($wsdl, $options) {
14 parent::__construct($wsdl, $options);
34 $soapClient = new TestSoapClient($wsdl,
H A Dbug31695.phpt16 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 Dbug38004.phpt18 function __construct($wsdl) {
19 parent::__construct($wsdl);
20 $this->server = new SoapServer($wsdl);
33 $client = new TestSoapClient(__DIR__.'/bug38004.wsdl');
H A Dgh16256.phpt10 $wsdl = __DIR__."/ext/soap/tests/bug41004.wsdl";
12 new SoapClient($wsdl, ["classmap" => $classmap]);
17 new SoapServer($wsdl, ["classmap" => $classmap]);
H A Dbug50762.phpt20 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 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));
/php-src/ext/soap/tests/
H A Dserver011.phpt12 wsdl
21 $server = new soapserver(__DIR__."/test.wsdl");
24 $wsdl = ob_get_contents();
26 if ($wsdl == file_get_contents(__DIR__."/test.wsdl")) {
H A Dgh15711.wsdl1wsdl: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 Dclassmap007.phpt2 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 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.phpt31 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 Dclassmap006.phpt36 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 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);

Completed in 42 milliseconds

12345678910>>...14