Home
last modified time | relevance | path

Searched refs:soap (Results 1 – 25 of 538) sorted by path

12345678910>>...22

/PHP-5.5/
H A DEXTENSIONS267 EXTENSION: soap
H A DNEWS2362 . Added check that soap.wsdl_cache_dir conforms to open_basedir
5335 - Fixed bug #50219 (soap call Segmentation fault on a redirected url).
7488 - Fixed bug #41337 (WSDL parsing doesn't ignore non soap bindings). (Dmitry)
7510 - Fixed bug #41097 (ext/soap returning associative array as indexed without
8710 - Fixed bug #36908 (wsdl default value overrides value in soap request).
8783 - Fixed bug #36388 (ext/soap crashes when throwing exception and session
8949 - Fixed bug #35570 (segfault when re-using soap client object). (Dmitry)
9264 - Fixed bug #35273 (Error in mapping soap - java types). (Dmitry)
9745 - Fixed bug #29061 (soap extension segfaults). (Dmitry)
9908 - Fixed bug #30901 (can't send cookies with soap envelop). (Dmitry)
[all …]
/PHP-5.5/ext/date/lib/
H A Dparse_date.re897 soap = year4 "-" monthlz "-" daylz "T" hour24lz ":" minutelz ":" secondlz frac tzcorrec…
1393 xmlrpc | xmlrpcnocolon | soap | wddx | exif
1396 DEBUG_OUTPUT("xmlrpc | xmlrpcnocolon | soap | wddx | exif");
/PHP-5.5/ext/date/tests/
H A Dbug35705.phpt2 Bug #35705 (strtotime() fails to parse soap date format without TZ)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic18470 # wsdl: PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
18472 # http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
/PHP-5.5/ext/simplexml/tests/
H A Dprofile12.phpt10 <soap:Envelope
11 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
15 <soap:Body>
19 </soap:Body>
20 </soap:Envelope>
27 $sxe = simplexml_load_string($xml, NULL, 0, $nsl['soap']);
36 ["soap"]=>
37 string(41) "http://schemas.xmlsoap.org/soap/envelope/"
H A Dprofile13.phpt10 <soap:Envelope
11 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
15 <soap:Body>
19 </soap:Body>
20 </soap:Envelope>
24 var_dump($sxe->children('soap', 1));
26 $sxe = simplexml_load_string($xml, NULL, 0, 'soap', 1);
/PHP-5.5/ext/soap/
H A DTODO12 - make sure soap 1.1 and 1.2 are supported fully
44 ? make internal references for soap encoding (use serialization logic)???
50 ? support for <fault>, <soap:fault>
51 ? <soap:headerfault>
52 - <soap:body> parts attribute (with MIME/DIME binding)
H A DTODO.old2 make sure soap 1.1 and 1.2 is supported fully
5 make internal references for soap encoding (use serialization logic)
9 look to see if php-soap will work with out always_populate_raw_post_data on
11 work on soap serializer (php serialization)
12 -work on a soap-service 'regiestry' and 'proxy' (apache soap style)
14 make the 'soap' packet abstract.. maybe incorperate xml-rpc
26 make php-soap work as a standalone server using php_streams and the new socket extension
H A Dconfig.m42 dnl config.m4 for extension soap
4 PHP_ARG_ENABLE(soap, whether to enable SOAP support,
5 [ --enable-soap Enable SOAP support])
20 …PHP_NEW_EXTENSION(soap, soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c …
H A Dconfig.w324 ARG_ENABLE("soap", "SOAP support", "no");
7 if (PHP_LIBXML == "yes" && ADD_EXTENSION_DEP('soap', 'libxml')) {
8 …EXTENSION('soap', 'soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c php_x…
15 WARNING("soap not enabled, libxml not found");
H A Dphp_soap.dsp72 …/D "ZTS" /D ZEND_DEBUG=1 /D "COMPILE_DL_SOAP" /FR"Debug_TS/" /Fp"Debug_TS/soap.pch" /YX /Fo"Debug_…
120 SOURCE=.\soap.c
H A Dphp_soap.h159 ZEND_BEGIN_MODULE_GLOBALS(soap)
183 ZEND_END_MODULE_GLOBALS(soap)
193 ZEND_EXTERN_MODULE_GLOBALS(soap)
H A Dsoap.c191 PHP_RINIT_FUNCTION(soap);
192 PHP_MINIT_FUNCTION(soap);
194 PHP_MINFO_FUNCTION(soap);
456 PHP_MINIT(soap),
457 PHP_MSHUTDOWN(soap),
458 PHP_RINIT(soap),
460 PHP_MINFO(soap),
468 ZEND_GET_MODULE(soap)
601 PHP_RINIT_FUNCTION(soap) in PHP_RINIT_FUNCTION() argument
616 PHP_MINIT_FUNCTION(soap) in PHP_MINIT_FUNCTION() argument
[all …]
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php374 $soap =& $endpoint_info['client'];
377 if ($soap->wsdl->fault) {
378 $fault = $soap->wsdl->fault;
409 $soap = $endpoint_info['client'];
431 …$return = $soap->__soapCall($soap_test->method_name,$soap_test->method_params,array('soapaction'=>…
433 …$return = $soap->__soapCall($soap_test->method_name,$soap_test->method_params,array('soapaction'=>…
477 …$wire = "REQUEST:\n".str_replace('" ',"\" \n",str_replace('>',">\n",$soap->__getlastrequest()))."\…
478 … "RESPONSE:\n".str_replace('" ',"\" \n",str_replace('>',">\n",$soap->__getlastresponse()))."\n\n".
521 …$wire = "REQUEST:\n".str_replace('" ',"\" \n",str_replace('>',">\n",$soap->__getlastrequest()))."\…
522 … "RESPONSE:\n".str_replace('" ',"\" \n",str_replace('>',">\n",$soap->__getlastresponse()))."\n".
H A Dconfig.php.dist4 $interopConfig['baseURL'] = 'http://localhost/soap/interop';
/PHP-5.5/ext/soap/tests/
H A Dany.phpt7 soap.wsdl_cache_enabled=0
H A Dbug48557.phpt9 ini_set("soap.wsdl_cache_enabled", 0);
19soap/envelope/" xmlns:ns1="http://test-uri/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"…
H A Dbug68361.phpt10 …w.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://…
61 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
63 <soap:operation soapAction="http://foo.bar/testserver/#getEmployee"/>
65 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
68 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
72 <soap:operation soapAction="http://foo.bar/testserver/#getUser"/>
74 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
77 <soap:body use="literal" namespace="http://foo.bar/testserver"/>
83 <soap:address location="http://localhost/wsdl-creator/TestClass.php"/>
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug27722.phpt8 soap.wsdl_cache_enabled=0
H A Dbug27742.phpt8 soap.wsdl_cache_enabled=0
H A Dbug28751.phpt21 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
22 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
37soap/envelope/" xmlns:ns1="http://testuri.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:…
H A Dbug28985.phpt6 soap.wsdl_cache_enabled=0
H A Dbug29061.phpt2 Bug #29061 (soap extension segfaults)
6 soap.wsdl_cache_enabled=0
H A Dbug29061.wsdl2 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://
5 xmlns:soapenc="http://schemas.xmlsoap.org/soap/e
25 <soap:binding style="rpc"
26 transport="http://schemas.xmlsoap.org/soap/http"/>
29 <soap:body use="literal"/>
32 <soap:body use="literal"/>
38 <soap:address location="test://"/>

Completed in 127 milliseconds

12345678910>>...22