Home
last modified time | relevance | path

Searched refs:SoapClient (Results 26 – 50 of 296) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/soap/tests/
H A Dtypemap011.phpt2 SOAP Typemap 11: SoapClient support for typemap's from_xml() (SoapFault)
9 class TestSoapClient extends SoapClient{
H A Dtypemap004.phpt2 SOAP Typemap 4: SoapClient support for typemap's to_xml()
9 class TestSoapClient extends SoapClient{
H A Dtypemap003.phpt2 SOAP Typemap 3: SoapClient support for typemap's from_xml()
10 class TestSoapClient extends SoapClient{
H A Dtypemap007.phpt2 SOAP Typemap 7: SoapClient support for typemap's from_xml() (without WSDL)
10 class TestSoapClient extends SoapClient{
H A Dbug70388.phpt7 $dummy = unserialize('O:10:"SoapClient":3:{s:3:"uri";s:1:"X";s:8:"location";s:22:"http://localhost/…
H A Dtypemap008.phpt2 SOAP Typemap 8: SoapClient support for typemap's to_xml() (without WSDL, using SoapVar)
9 class TestSoapClient extends SoapClient{
H A Dclassmap003.phpt28 class LocalSoapClient extends SoapClient {
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29236.phpt9 $client = new SoapClient(dirname(__FILE__)."/bug29236.wsdl");
H A Dbug28969.phpt12 class LocalSoapClient extends SoapClient {
H A Dbug50997.phpt9 $soapClient = new SoapClient(__DIR__ . '/bug50997.wsdl', array('trace' => 1, 'exceptions'=>0));
H A Dmultiport.phpt9 $client = new SoapClient(dirname(__FILE__).'/multiport.wsdl',
H A Dbug42151.phpt9 $foo = @ new SoapClient('httpx://');
H A Dbug29844.phpt16 class LocalSoapClient extends SoapClient {
H A Dbug38055.phpt16 class TestSoapClient extends SoapClient {
H A Dbug42692.phpt13 class TestSoap extends SoapClient {
H A Dbug46419.phpt11 class LocalSoapClient extends SoapClient {
H A Dbug34643.phpt17 class LocalSoapClient extends SoapClient {
H A Dbug34657.phpt17 $client = new SoapClient('http://i_dont_exist.com/some.wsdl');
H A Dbug38067.phpt15 class TestSoapClient extends SoapClient {
H A Dbug40609.phpt11 $c = new SoapClient(dirname(__FILE__)."/bug40609.wsdl", array('trace' => 1, 'exceptions' => 0));
H A Dbug36999.phpt16 class LocalSoapClient extends SoapClient {
H A Dbug38004.phpt15 class TestSoapClient extends SoapClient {
/PHP-5.5/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_extreq_001w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round3_groupF_extreq.wsdl",array("trace"=>1,"exception…
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_004w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_doclit.wsdl",array("trace"=>1,"exception…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_005w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…

Completed in 32 milliseconds

12345678910>>...12