Lines Matching refs:WSDL_NAMESPACE
214 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element()
216 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->c… in wsdl_soap_binding_header()
686 if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { in wsdl_message()
938 …portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "n… in load_wsdl()
980 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1001 input = get_node_ex(operation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1009 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1035 output = get_node_ex(operation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1050 if (node_is_equal_ex(fault, "fault", WSDL_NAMESPACE)) { in load_wsdl()
1073 …oap_fault = get_node_with_attribute_ex(operation->children, "fault", WSDL_NAMESPACE, "name", f->na… in load_wsdl()