Searched refs:WSDL_NAMESPACE (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/soap/ |
H A D | php_encoding.h | 153 #define WSDL_NAMESPACE "http://schemas.xmlsoap.org/wsdl/" macro
|
H A D | php_encoding.c | 2411 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":a… in to_xml_array() 2460 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":it… in to_xml_array() 2471 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":a… in to_xml_array() 2492 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":a… in to_xml_array() 2659 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":a… in to_zval_array() 2681 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":it… in to_zval_array() 2691 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":a… in to_zval_array() 2704 …zend_hash_find((*arrayType)->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESPACE":a… in to_zval_array()
|
H A D | php_sdl.c | 216 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element() 218 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element() 349 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex() 475 …part = get_node_with_attribute_ex((*message)->children, "part", WSDL_NAMESPACE, "name", (char*)tmp… in wsdl_soap_binding_header() 689 if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { in wsdl_message() 983 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl() 1004 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl() 1012 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl() 1038 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl() 1053 if (node_is_equal_ex(fault, "fault", WSDL_NAMESPACE)) { in load_wsdl() [all …]
|
H A D | soap.c | 4921 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayT… 4945 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arrayTy… 4964 …zend_hash_find((*attr)->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arraySi…
|
Completed in 34 milliseconds