Home
last modified time | relevance | path

Searched refs:SoapClient (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_2.phpt2 Request #50698_2 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
10 new SoapClient(dirname(__FILE__) . '/bug50698_2.wsdl');
11 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_2.wsdl');\" should throw an exception of…
16 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_2.wsdl');\" threw a SoapFault with an in…
H A Dbug50698_3.phpt2 Request #50698_3 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Lar…
10 new SoapClient(dirname(__FILE__) . '/bug50698_3.wsdl');
11 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_3.wsdl');\" should throw an exception of…
16 …echo "Call: \"new SoapClient(dirname(__FILE__).'/bug50698_3.wsdl');\" threw a SoapFault with an in…
H A Dbug54911.phpt2 Bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault)
7 class XSoapClient extends SoapClient {
20 #2 %sbug54911.php(8): SoapClient->__soapCall('', Array)
H A Dbug50698_1.phpt2 Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints)
9 new SoapClient(dirname(__FILE__) . '/bug50698_1.wsdl');
H A Dbug50698_4.phpt2 Request #50698_4 (SoapClient should handle wsdls with some incompatiable endpoints)
9 new SoapClient(dirname(__FILE__) . '/bug50698_4.wsdl');
H A Dbug41477.phpt2 Bug #41477 (no arginfo about SoapClient::__soapCall())
7 $objRfClass = new ReflectionClass('SoapClient');
H A Dbug46427.phpt2 Bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
11 return new SoapClient(NULL, array(
H A Dbug44811.phpt2 Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data)
10 $x = new SoapClient('http://slashdot.org');
H A Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())
10 $dummy = unserialize('O:10:"SoapClient":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhost/…
H A Dbug55323.phpt2 Bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself)
11 class TestSoapClient extends SoapClient {
H A Dbug36614.phpt9 $lo_soap = new SoapClient(dirname(__FILE__)."/bug36614.wsdl");
H A Dbug44686.phpt9 new SoapClient(dirname(__FILE__) . "/bug44686.wsdl");
H A Dbug27722.phpt11 $x = new SoapClient(dirname(__FILE__)."/bug27722.wsdl");
H A Dbug27742.phpt11 $x = new SoapClient(dirname(__FILE__)."/bug27742.wsdl");
H A Dbug29061.phpt9 $client = new SoapClient(dirname(__FILE__)."/bug29061.wsdl", array("exceptions"=>0));
H A Dbug41337_2.phpt8 $client = new SoapClient(dirname(__FILE__)."/bug41337_2.wsdl");
H A Dbug41337.phpt8 $client = new SoapClient(dirname(__FILE__)."/bug41337.wsdl");
H A Dbug47049.phpt2 Bug #47049 (SoapClient::__soapCall causes a segmentation fault)
9 $client = new SoapClient(dirname(__FILE__) . '/bug47049.wsdl',
H A Dbug29109.phpt9 $client = new SoapClient(dirname(__FILE__)."/bug29109.wsdl");
H A Dbug42359.phpt9 $soap = new SoapClient(dirname(__FILE__)."/bug42359.wsdl");
/PHP-5.5/ext/soap/tests/
H A Dbug46760.phpt2 Bug #46760 (SoapClient doRequest fails when proxy is used)
8 $client = new SoapClient(null, array('proxy_host' => "localhost",
H A Dbug49898.phpt2 Test for bug #49898: SoapClient::__getCookies() implementation
9 $client = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.u…
H A Dtransport001.phpt2 SOAP Transport 1: Local transport using SoapClient::__doRequest
11 class LocalSoapClient extends SoapClient {
H A Dtypemap012.phpt2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault)
9 class TestSoapClient extends SoapClient{
H A Dclassmap002.phpt2 SOAP Classmap 2: SoapClient support for classmap
9 class TestSoapClient extends SoapClient{

Completed in 52 milliseconds

12345678910>>...12