Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_encoding.h29 #define SOAP_1_1_ENV_NAMESPACE "http://schemas.xmlsoap.org/soap/envelope/" macro
H A Dphp_packet_soap.c60 if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) { in parse_packet_soap()
62 envelope_ns = SOAP_1_1_ENV_NAMESPACE; in parse_packet_soap()
H A Dsoap.c1651 if (strcmp((char*)env->ns->href, SOAP_1_1_ENV_NAMESPACE) == 0) {
3322 add_property_string(obj, "faultcodens", SOAP_1_1_ENV_NAMESPACE, 1);
3491 if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) {
3494 envelope_ns = SOAP_1_1_ENV_NAMESPACE;
3595 attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3639 attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
3898 ns = xmlNewNs(envelope, BAD_CAST(SOAP_1_1_ENV_NAMESPACE), BAD_CAST(SOAP_1_1_ENV_NS_PREFIX));
4262 ns = xmlNewNs(envelope, BAD_CAST(SOAP_1_1_ENV_NAMESPACE), BAD_CAST(SOAP_1_1_ENV_NS_PREFIX));

Completed in 24 milliseconds