Home
last modified time | relevance | path

Searched refs:SoapServer (Results 1 – 25 of 91) sorted by path

1234

/PHP-5.5/
H A DNEWS1698 . Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
5650 - Fixed bug #47273 (Encoding bug in SoapServer->fault). (Dmitry)
7150 - Fixed bug #42326 (SoapServer crash). (Dmitry)
7357 - Fixed bug #41635 (SoapServer and zlib.output_compression with FastCGI
7541 option in SoapClient/SoapServer constructors. (Rob, Dmitry)
8119 - Added SoapServer::setObject() method (it is a simplified version of
8120 SoapServer::setClass() method). (Dmitry)
8754 - Fixed bug #36629 (SoapServer::handle() exits on SOAP faults). (Dmitry)
9877 - Fixed bug #31422 (No Error-Logging on SoapServer-Side). (Dmitry)
10086 - Fixed bug #29830 (SoapServer::setClass() should not export non-public
[all …]
/PHP-5.5/ext/soap/interop/
H A Dserver_round2_base.php102 $server = new SoapServer((isset($_SERVER['HTTPS'])?"https://":"http://").$_SERVER['HTTP_HOST'].dirn…
H A Dserver_round2_groupB.php55 $server = new SoapServer((isset($_SERVER['HTTPS'])?"https://":"http://").$_SERVER['HTTP_HOST'].dirn…
/PHP-5.5/ext/soap/
H A Dsoap.c207 PHP_METHOD(SoapServer, SoapServer);
208 PHP_METHOD(SoapServer, setClass);
209 PHP_METHOD(SoapServer, setObject);
212 PHP_METHOD(SoapServer, handle);
214 PHP_METHOD(SoapServer, fault);
405 SOAP_CTOR(SoapServer, SoapServer, arginfo_soapserver_soapserver, 0)
1111 PHP_METHOD(SoapServer, SoapServer) in PHP_METHOD() argument
1270 PHP_METHOD(SoapServer, setClass) in PHP_METHOD() argument
1319 PHP_METHOD(SoapServer, setObject) in PHP_METHOD() argument
1491 PHP_METHOD(SoapServer, handle) argument
[all …]
/PHP-5.5/ext/soap/tests/
H A Dany.phpt34 $this->server = new SoapServer($wsdl, $options);
H A Dbug48557.phpt15 $y = new SoapServer(dirname(__FILE__) . '/bug48557.wsdl');
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug28751.phpt2 Bug #28751 (SoapServer does not call _autoload())
15 $server = new SoapServer(NULL, array('uri'=>"http://testuri.org"));
H A Dbug28969.phpt16 $this->server = new SoapServer($wsdl, $options);
H A Dbug29830.phpt2 Bug #29844 (SoapServer::setClass() should not export non-public methods)
17 $server = new SoapServer(NULL, array("uri"=>"test://"));
H A Dbug29839.phpt18 $this->server = new SoapServer($wsdl, $options);
H A Dbug29844.phpt20 $this->server = new SoapServer($wsdl, $options);
H A Dbug30045.phpt21 $this->server = new SoapServer($wsdl, $options);
H A Dbug30106.phpt18 $this->server = new SoapServer($wsdl, $options);
H A Dbug30799.phpt2 Bug #30799 (SoapServer doesn't handle private or protected properties)
H A Dbug30928.phpt2 Bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties)
23 $this->server = new SoapServer($wsdl, $options);
H A Dbug30994.phpt41 $x = new SoapServer(NULL, array("uri"=>"http://spock/kunta/kunta"));
H A Dbug31422-win.phpt2 Bug #31422 (No Error-Logging on SoapServer-Side)
20 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug31422.phpt2 Bug #31422 (No Error-Logging on SoapServer-Side)
21 $server = new SoapServer(null,array('uri'=>"http://testuri.org"));
H A Dbug31695.phpt16 $this->server = new SoapServer($wsdl, $options);
H A Dbug31755.phpt2 Bug #31422 (No Error-Logging on SoapServer-Side)
H A Dbug32776.phpt21 $this->server = new SoapServer($wsdl, $options);
H A Dbug34453.phpt18 $this->server = new SoapServer($wsdl, $options);
H A Dbug34643.phpt21 $this->server = new SoapServer($wsdl, $options);
H A Dbug35142.phpt23 $this->server = new SoapServer($wsdl, $options);
H A Dbug36226-2.phpt21 $this->server = new SoapServer($wsdl, $options);

Completed in 51 milliseconds

1234