/PHP-8.0/ext/soap/tests/bugs/ |
H A D | bug41097.phpt | 2 Bug #41097 (ext/soap returning associative array as indexed without using WSDL) 7 function test($soap, $array) { 8 $soap->test($array); 9 echo (strpos($soap->__getLastRequest(), ':Map"') != false)?"Map\n":"Array\n"; 14 test($soap, array('Foo', 'Bar')); 15 test($soap, array(5 => 'Foo', 10 => 'Bar')); 16 test($soap, array('5' => 'Foo', '10' => 'Bar')); 17 $soap->test(new SoapVar(array('Foo', 'Bar'), APACHE_MAP)); 18 echo (strpos($soap->__getLastRequest(), ':Map"') != false)?"Map\n":"Array\n"; 19 $soap->test(new SoapVar(array('Foo', 'Bar'), SOAP_ENC_ARRAY)); [all …]
|
H A D | bug36908.phpt | 2 Bug #36908 (wsdl default value overrides value in soap request) 5 if (!extension_loaded('soap')) die('skip soap extension not available'); 8 soap.wsdl_cache_enabled=0 19 xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 26 <multiRef xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 27 xmlns:ns3="http://soap.dev/soap/types" id="id0" soapenc:root="0" 28 soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 32 <multiRef xmlns:ns5="http://soap.dev/soap/types" 33 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" id="id5" 35 soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" [all …]
|
H A D | bug77141.phpt | 5 if (!extension_loaded('soap')) die('skip soap extension not available'); 9 $soap = new \SoapClient( 12 'location' => "http://localhost/soap.php", 20 $soap->call(1.1); 21 echo $soap->__getLastRequest(); 25 …soap/envelope/" xmlns:ns1="http://localhost/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x…
|
H A D | bug29795.wsdl | 1 …nitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/… 24 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> 26 <soap:operation soapAction="http://soap.amazon.com"/> 28 <soap:body use="literal"/> 31 <soap:body use="literal"/> 37 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
|
H A D | bug30994.phpt | 9 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 10 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 16 <soap:Body 17 soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> 33 </soap:Body> 34 </soap:Envelope> 47 …soap/envelope/" xmlns:ns1="http://spock/kunta/kunta" xmlns:xsd="http://www.w3.org/2001/XMLSchema" …
|
H A D | bug39121.phpt | 2 Bug #39121 (Incorrect return array handling in non-wsdl soap client) 6 soap.wsdl_cache_enabled=0 13 …soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.… 14 <soap:Body> 33 </soap:Body> 34 </soap:Envelope>
|
H A D | bug29839.wsdl | 1 …nitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/… 26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> 28 <soap:operation soapAction="http://test-uri"/> 30 <soap:body use="literal"/> 33 <soap:body use="literal"/> 39 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
|
H A D | bug34453.wsdl | 1 …nitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/… 26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> 28 <soap:operation soapAction="http://test-uri"/> 30 <soap:body use="literal"/> 33 <soap:body use="literal"/> 39 <soap:address location="http://aws-beta.amazon.com/onca/soap?Service=AWSProductData"/>
|
H A D | bug43045.phpt | 25 return '<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 26 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 28 soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 29 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 30 <soap:Body><testResponse xmlns="urn:TestSOAP"> 35 </soap:Body></soap:Envelope>';
|
H A D | bug29061.wsdl | 2 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://"/>
|
H A D | bug42488.phpt | 6 soap.wsdl_cache_enabled=0 11 …soap/envelope/" xmlns:ns1="test:\" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="ht… 13 $soap = new SoapServer(NULL, array('uri'=>'test://')); 17 $soap->addFunction('getBadUTF'); 18 $soap->handle($request); 22 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-…
|
H A D | bug36999.phpt | 5 if (!extension_loaded('soap')) die('skip soap extension not available'); 8 soap.wsdl_cache_enabled=0 34 $soap = new LocalSoapClient(__DIR__."/bug36999.wsdl"); 37 global $soap; 40 $ret = $soap->echoLong($num);
|
H A D | bug36575.phpt | 6 soap.wsdl_cache_enabled=0 49 …soap/envelope/" xmlns:ns1="urn:test.soap#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi=… 51 …soap/envelope/" xmlns:ns1="urn:test.soap#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi=…
|
H A D | bug65018.phpt | 16 …'<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="namespac… 17 …' xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XML… 22 $soap = new SoapServer(null, array('uri' => '127.0.0.1')); 23 $soap->setClass('Tool'); 24 $soap->handle($input); 28 …soap/envelope/" xmlns:ns1="namespace1" xmlns:ns2="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XML…
|
/PHP-8.0/ext/soap/tests/ |
H A D | classmap.wsdl | 1 …emas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:SOAP-ENC="http://… 35 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> 37 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest" style="rpc"/> 39 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http… 42 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http… 46 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest2" style="rpc"… 48 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http… 51 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http… 57 <soap:address location="http://localhost:81/test/interface.php?class=test"/>
|
H A D | setheaders.phpt | 28 …soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h… 30 …soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h… 32 …soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h… 34 …soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h… 36 …soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h… 38 …soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h…
|
/PHP-8.0/ext/simplexml/tests/ |
H A D | profile12.phpt | 10 <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']); 35 ["soap"]=> 36 string(41) "http://schemas.xmlsoap.org/soap/envelope/"
|
H A D | profile13.phpt | 10 <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-8.0/ext/soap/ |
H A D | config.w32 | 3 ARG_ENABLE("soap", "SOAP support", "no"); 7 ADD_EXTENSION_DEP('soap', 'libxml') && 11 …EXTENSION('soap', 'soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c php_x… 18 WARNING("soap not enabled, libxml not found");
|
H A D | config.m4 | 1 PHP_ARG_ENABLE([soap], 3 [AS_HELP_STRING([--enable-soap], 14 …PHP_NEW_EXTENSION(soap, soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c …
|
/PHP-8.0/ext/soap/tests/schema/ |
H A D | test_schema.inc | 14 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" 16 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 23 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" /> 37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> 39 <soap:operation soapAction="#test" style="$style"/> 41 …<soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/… 47 <soap:address location="test://" /> 57 ini_set("soap.wsdl_cache_enabled",0);
|
/PHP-8.0/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_soapfault_002w.phpt | 6 soap.wsdl_cache_enabled=0 18 …soap-envelope" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema… 20 …soap-envelope" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema…
|
H A D | r4_groupH_soapfault_001w.phpt | 6 soap.wsdl_cache_enabled=0 18 …soap/envelope/" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchem… 20 …soap/envelope/" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchem…
|
/PHP-8.0/ext/soap/tests/interop/Round3/GroupD/ |
H A D | r3_groupD_rpcenc_004w.phpt | 6 soap.wsdl_cache_enabled=0 18 …soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.… 20 …soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.…
|
/PHP-8.0/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_016w.phpt | 6 soap.wsdl_cache_enabled=0 18 …soap/envelope/" xmlns:ns1="http://soapinterop.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" x… 20 …soap/envelope/" xmlns:ns1="http://soapinterop.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" x…
|