Home
last modified time | relevance | path

Searched refs:SOAP_1_1_ENV_NAMESPACE (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/soap/
H A Dphp_encoding.h26 #define SOAP_1_1_ENV_NAMESPACE "http://schemas.xmlsoap.org/soap/envelope/" macro
H A Dphp_packet_soap.c57 if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) { in parse_packet_soap()
59 envelope_ns = SOAP_1_1_ENV_NAMESPACE; in parse_packet_soap()
H A Dsoap.c1400 if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) { in PHP_METHOD()
2942 ZVAL_STRING(Z_FAULT_CODENS_P(obj), SOAP_1_1_ENV_NAMESPACE); in set_soap_fault()
3096 if (node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) { in get_envelope()
3098 *envelope_ns = SOAP_1_1_ENV_NAMESPACE; in get_envelope()
3216 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE); in deserialize_function_call()
3260 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE); in deserialize_function_call()
3516 ns = xmlNewNs(envelope, BAD_CAST(SOAP_1_1_ENV_NAMESPACE), BAD_CAST(SOAP_1_1_ENV_NS_PREFIX)); in serialize_response_call()
3890 ns = xmlNewNs(envelope, BAD_CAST(SOAP_1_1_ENV_NAMESPACE), BAD_CAST(SOAP_1_1_ENV_NS_PREFIX)); in serialize_function_call()

Completed in 24 milliseconds