Searched refs:SoapClient (Results 1 – 25 of 296) sorted by relevance
12345678910>>...12
2 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…
2 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…
2 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)
2 Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints)9 new SoapClient(dirname(__FILE__) . '/bug50698_1.wsdl');
2 Request #50698_4 (SoapClient should handle wsdls with some incompatiable endpoints)9 new SoapClient(dirname(__FILE__) . '/bug50698_4.wsdl');
2 Bug #41477 (no arginfo about SoapClient::__soapCall())7 $objRfClass = new ReflectionClass('SoapClient');
2 Bug #46427 (SoapClient() stumbles over its "stream_context" parameter)11 return new SoapClient(NULL, array(
2 Bug #44811 (Improve error messages when creating new SoapClient which contains invalid data)10 $x = new SoapClient('http://slashdot.org');
2 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/…
2 Bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself)11 class TestSoapClient extends SoapClient {
9 $lo_soap = new SoapClient(dirname(__FILE__)."/bug36614.wsdl");
9 new SoapClient(dirname(__FILE__) . "/bug44686.wsdl");
11 $x = new SoapClient(dirname(__FILE__)."/bug27722.wsdl");
11 $x = new SoapClient(dirname(__FILE__)."/bug27742.wsdl");
8 $client = new SoapClient(dirname(__FILE__)."/bug41337.wsdl");
8 $client = new SoapClient(dirname(__FILE__)."/bug41337_2.wsdl");
9 $client = new SoapClient(dirname(__FILE__)."/bug29061.wsdl", array("exceptions"=>0));
2 Bug #47049 (SoapClient::__soapCall causes a segmentation fault)9 $client = new SoapClient(dirname(__FILE__) . '/bug47049.wsdl',
9 $soap = new SoapClient(dirname(__FILE__)."/bug42359.wsdl");
9 $client = new SoapClient(dirname(__FILE__)."/bug29109.wsdl");
2 Bug #46760 (SoapClient doRequest fails when proxy is used)8 $client = new SoapClient(null, array('proxy_host' => "localhost",
2 Test for bug #49898: SoapClient::__getCookies() implementation9 $client = new SoapClient(null, array('uri' => 'mo:http://www.w3.org/', 'location' => 'http://some.u…
2 SOAP Transport 1: Local transport using SoapClient::__doRequest11 class LocalSoapClient extends SoapClient {
2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault)9 class TestSoapClient extends SoapClient{
2 SOAP Classmap 2: SoapClient support for classmap9 class TestSoapClient extends SoapClient{
Completed in 34 milliseconds