Home
last modified time | relevance | path

Searched refs:wsdl (Results 276 – 297 of 297) sorted by relevance

1...<<1112

/PHP-5.5/ext/soap/tests/
H A Dbug48557.phpt15 $y = new SoapServer(dirname(__FILE__) . '/bug48557.wsdl');
H A Dclassmap001.phpt44 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap001.phpt55 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap002.phpt50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dtypemap013.phpt50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
H A Dserver031.phpt49 $server = new SoapServer(dirname(__FILE__)."/server030.wsdl");
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39121.phpt2 Bug #39121 (Incorrect return array handling in non-wsdl soap client)
H A Dbug37013.phpt52 $server = new SoapServer(dirname(__FILE__)."/bug37013.wsdl");
H A Dbug28985.phpt9 $client = new SOAPClient(dirname(__FILE__).'/bug28985.wsdl', array('trace'=>1));
H A Dbug37083.phpt44 $ws=new TestSoapClient(dirname(__FILE__).'/bug37083.wsdl',
/PHP-5.5/ext/soap/tests/soap12/
H A Dsoap12-test.inc126 $server = new soapserver(dirname(__FILE__)."/soap12-test.wsdl", array('soap_version'=>SOAP_1_2,'act…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_simple_doclit.inc53 $server = new SoapServer(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl");
H A Dround4_groupH_simple_rpcenc.inc53 $server = new SoapServer(dirname(__FILE__)."/round4_groupH_simple_rpcenc.wsdl");
/PHP-5.5/ext/soap/
H A DTODO.old29 wsdl generation static and auto (.net style (http://server.com/soapserver.php?WSDL)) using phpdoc p…
H A DTODO58 - wsdl auto generation
H A Dsoap.c295 ZEND_ARG_INFO(0, wsdl)
324 ZEND_ARG_INFO(0, wsdl)
1114 zval *wsdl = NULL, *options = NULL; in PHP_METHOD() local
1126 if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1203 } else if (Z_TYPE_P(wsdl) == IS_NULL) { in PHP_METHOD()
1213 if (Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
2332 zval *wsdl, *options = NULL; local
2345 if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
2355 if (Z_TYPE_P(wsdl) == IS_NULL) {
2521 } else if (Z_TYPE_P(wsdl) == IS_NULL) {
[all …]
H A Dphp_sdl.c324 xmlDocPtr wsdl; in load_wsdl_ex() local
333 wsdl = soap_xmlParseFile(struri TSRMLS_CC); in load_wsdl_ex()
336 if (!wsdl) { in load_wsdl_ex()
346 zend_hash_add(&ctx->docs, struri, strlen(struri)+1, (void**)&wsdl, sizeof(xmlDocPtr), NULL); in load_wsdl_ex()
348 root = wsdl->children; in load_wsdl_ex()
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dround4_groupI_xsd.inc195 $server = new SoapServer(dirname(__FILE__)."/round4_groupI_xsd.wsdl");
/PHP-5.5/
H A Dphp.ini-development1796 ; http://php.net/soap.wsdl-cache-enabled
1800 ; http://php.net/soap.wsdl-cache-dir
1805 ; http://php.net/soap.wsdl-cache-ttl
H A Dphp.ini-production1796 ; http://php.net/soap.wsdl-cache-enabled
1800 ; http://php.net/soap.wsdl-cache-dir
1805 ; http://php.net/soap.wsdl-cache-ttl
H A DNEWS2512 . Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
7156 compliant wsdl). (Dmitry)
7266 - Fixed bug #42183 (classmap causes crash in non-wsdl mode). (Dmitry)
8037 - Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client).
8710 - Fixed bug #36908 (wsdl default value overrides value in soap request).
9363 - Fixed bug #34643 (wsdl default value has no effect). (Dmitry)
9740 - Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry)
10043 - Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)
10155 - Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic18469 # $File: wsdl,v 1.3 2013/02/06 14:18:52 christos Exp $
18470 # wsdl: PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
18475 0 string wsdl PHP WSDL cache,

Completed in 107 milliseconds

1...<<1112