Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug41097.phpt2 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 Dbug36908.phpt2 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 Dbug29795.wsdl1 …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 Dbug30994.phpt9 <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>
47soap/envelope/" xmlns:ns1="http://spock/kunta/kunta" xmlns:xsd="http://www.w3.org/2001/XMLSchema" …
H A Dbug39121.phpt2 Bug #39121 (Incorrect return array handling in non-wsdl soap client)
6 soap.wsdl_cache_enabled=0
13soap: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 Dbug29839.wsdl1 …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 Dbug34453.wsdl1 …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 Dbug43045.phpt25 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 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://"/>
H A Dbug42488.phpt6 soap.wsdl_cache_enabled=0
11soap/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 Dbug36999.phpt5 if (!extension_loaded('soap')) die('skip soap extension not available');
8 soap.wsdl_cache_enabled=0
34 $soap = new LocalSoapClient(dirname(__FILE__)."/bug36999.wsdl");
37 global $soap;
40 $ret = $soap->echoLong($num);
H A Dbug65018.phpt16 …'<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);
28soap/envelope/" xmlns:ns1="namespace1" xmlns:ns2="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XML…
H A Dbug36575.phpt6 soap.wsdl_cache_enabled=0
49soap/envelope/" xmlns:ns1="urn:test.soap#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi=…
51soap/envelope/" xmlns:ns1="urn:test.soap#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi=…
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl1 …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 Dsetheaders.phpt28soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h…
30soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h…
32soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h…
34soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h…
36soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h…
38soap/envelope/" xmlns:ns1="test://" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="h…
/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 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");
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc14 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-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_soapfault_002w.phpt6 soap.wsdl_cache_enabled=0
18soap-envelope" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema…
20soap-envelope" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema…
H A Dr4_groupH_soapfault_001w.phpt6 soap.wsdl_cache_enabled=0
18soap/envelope/" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchem…
20soap/envelope/" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchem…
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_016w.phpt6 soap.wsdl_cache_enabled=0
18soap/envelope/" xmlns:ns1="http://soapinterop.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" x…
20soap/envelope/" xmlns:ns1="http://soapinterop.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" x…
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_rpcenc_004w.phpt6 soap.wsdl_cache_enabled=0
18soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.…
20soap/envelope/" xmlns:ns1="http://soapinterop.org/WSDLInteropTestRpcEnc" xmlns:xsd="http://www.w3.…
/PHP-5.5/ext/soap/tests/soap12/
H A DT57.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
12 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
15 env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
21 env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
31soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema…
H A DT76_2.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
12 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
15 env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
21 env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
31soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema…

Completed in 23 milliseconds

12345678910>>...22