Home
last modified time | relevance | path

Searched refs:SOAP_1_2 (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/soap/
H A Dphp_packet_soap.c64 soap_version = SOAP_1_2; in parse_packet_soap()
86 if (soap_version == SOAP_1_2) { in parse_packet_soap()
130 if (soap_version == SOAP_1_2) { in parse_packet_soap()
136 if (soap_version == SOAP_1_2) { in parse_packet_soap()
148 if (trav != NULL && soap_version == SOAP_1_2) { in parse_packet_soap()
162 if (soap_version == SOAP_1_2) { in parse_packet_soap()
H A Dsoap.c1643 if (soap_version == SOAP_1_2) { in PHP_METHOD()
1816 if (soap_version == SOAP_1_2) { in soap_server_fault_ex()
2307 soap_version = SOAP_1_2; in do_soap_call()
3141 *version = SOAP_1_2; in get_envelope()
3175 if (*version == SOAP_1_2) { in deserialize_function_call()
3213 if (*version == SOAP_1_2) { in deserialize_function_call()
3217 if (*version == SOAP_1_2) { in deserialize_function_call()
3272 if (*version == SOAP_1_2) { in deserialize_function_call()
3289 if (*version == SOAP_1_2) { in deserialize_function_call()
3562 } else if (version == SOAP_1_2) { in serialize_response_call()
[all …]
H A Dphp_soap.h118 #define SOAP_1_2 2 macro
H A Dsoap.stub.php33 const SOAP_1_2 = UNKNOWN; define
H A Dsoap_arginfo.h236 REGISTER_LONG_CONSTANT("SOAP_1_2", SOAP_1_2, CONST_PERSISTENT); in register_soap_symbols()
H A Dphp_http.c635 if (soap_version == SOAP_1_2) { in make_http_soap_request()
H A Dphp_encoding.c3651 if (SOAP_GLOBAL(soap_version) == SOAP_1_2 && in get_type_str()
/php-src/ext/soap/tests/bugs/
H A Dbug51561.phpt31 …erver(null, array('uri' => "blablabla.com",'encoding' => "ISO-8859-1",'soap_version' => SOAP_1_2));
39 …I_SERVER_ADDRESS, 'uri' => "blablabla.com",'encoding' => "ISO-8859-1",'soap_version' => SOAP_1_2));
H A Dbug38005.phpt35 'soap_version'=>SOAP_1_2,
H A Dbug41566.phpt25 $server = new soapserver(null,array('uri'=>"http://testuri.org", 'soap_version'=>SOAP_1_2));
/php-src/ext/soap/tests/
H A Dcustom_content_type.phpt32 'soap_version' => SOAP_1_2,
58 'soap_version' => SOAP_1_2,
/php-src/ext/soap/tests/SoapServer/
H A Dinvalid-soap_version-option.phpt29 …ng>SoapServer::__construct(): 'soap_version' option must be SOAP_1_1 or SOAP_1_2</faultstring></SO…
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_soapfault_002w.phpt9 …_DIR__."/round4_groupH_soapfault.wsdl",array("trace"=>1,"exceptions"=>0,"soap_version"=>SOAP_1_2));
/php-src/ext/soap/tests/soap12/
H A Dsoap12-test.inc126 $server = new soapserver(dirname(__FILE__)."/soap12-test.wsdl", array('soap_version'=>SOAP_1_2,'act…

Completed in 96 milliseconds