Home
last modified time | relevance | path

Searched refs:WSDL_NAMESPACE (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/soap/
H A Dphp_encoding.h150 #define WSDL_NAMESPACE "http://schemas.xmlsoap.org/wsdl/" macro
H A Dphp_encoding.c2277 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP… in to_xml_array()
2327 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… in to_xml_array()
2337 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_xml_array()
2357 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_xml_array()
2521 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP… in to_zval_array()
2542 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… in to_zval_array()
2551 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_zval_array()
2563 … zend_hash_str_find_ptr(arrayType->extraAttributes, WSDL_NAMESPACE":arraySize", sizeof(WSDL_NAMESP… in to_zval_array()
H A Dphp_sdl.c190 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element()
192 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element()
325 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex()
443 …part = get_node_with_attribute_ex(message->children, "part", WSDL_NAMESPACE, "name", (char*)tmp->c… in wsdl_soap_binding_header()
654 if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { in wsdl_message()
948 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl()
969 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl()
977 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1003 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1018 if (node_is_equal_ex(fault, "fault", WSDL_NAMESPACE)) { in load_wsdl()
[all …]
H A Dsoap.c4408 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESP… in type_to_string()
4432 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… in type_to_string()
4450 …ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPA… in type_to_string()

Completed in 117 milliseconds