Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29830.phpt2 Bug #29844 (SoapServer::setClass() should not export non-public methods)
17 $server = new SoapServer(NULL, array("uri"=>"test://"));
H A Dbug42692.phpt2 Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
17 $this->server = new SoapServer($wsdl, $options);
H A Dbug38004.phpt2 Bug #38004 (Parameters in SoapServer are decoded twice)
18 $this->server = new SoapServer($wsdl);
H A Dbug42086.phpt2 Bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl)
24 $server = new SoapServer(dirname(__FILE__).'/bug42086.wsdl',
H A Dbug42326.phpt2 Bug #42326 (SoapServer crash)
41 $soap = new SoapServer(dirname(__FILE__).'/bug42326.wsdl', array('classmap' => $soap_admin_classmap…
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 Dbug42214.phpt2 Bug #42214 (SoapServer sends clients internal PHP errors)
17 $server = new SoapServer(NULL, array('uri' =>'http://localhost/server.php',
H A Dbug42488.phpt2 Bug #42488 (SoapServer reports an encoding error and the error itself breaks)
13 $soap = new SoapServer(NULL, array('uri'=>'test://'));
H A Dbug42359.phpt2 Bug #42326 (SoapServer crash)
H A Dbug28751.phpt2 Bug #28751 (SoapServer does not call _autoload())
15 $server = new SoapServer(NULL, array('uri'=>"http://testuri.org"));
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_compound2.inc9 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound2.wsdl");
H A Dround3_groupD_emptysa.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_emptysa.wsdl");
H A Dround3_groupD_import1.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import1.wsdl");
H A Dround3_groupD_import2.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import2.wsdl");
H A Dround3_groupD_compound1.inc14 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound1.wsdl");
H A Dround3_groupD_import3.inc16 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import3.wsdl");
H A Dround3_groupD_doclit.inc25 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_doclit.wsdl");
H A Dround3_groupD_rpcenc.inc25 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_rpcenc.wsdl");
/PHP-5.5/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_ext.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
H A Dround3_groupF_headers.inc19 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_soapfault.inc19 $server = new SoapServer(dirname(__FILE__)."/round4_groupH_soapfault.wsdl");
/PHP-5.5/ext/soap/tests/interop/Round3/GroupE/
H A Dround3_groupE_list.inc13 $server = new SoapServer(dirname(__FILE__)."/round3_groupE_list.wsdl");
/PHP-5.5/ext/soap/interop/
H A Dserver_round2_groupB.php55 $server = new SoapServer((isset($_SERVER['HTTPS'])?"https://":"http://").$_SERVER['HTTP_HOST'].dirn…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_mimedoc.inc22 $server = new SoapServer(dirname(__FILE__)."/round4_groupG_dimedoc.wsdl");
H A Dround4_groupG_mimerpc.inc22 $server = new SoapServer(dirname(__FILE__)."/round4_groupG_dimedoc.wsdl");

Completed in 62 milliseconds

1234