Searched refs:styleAttribute (Results 1 – 1 of 1) sorted by relevance
820 xmlAttrPtr styleAttribute = get_attribute(soapBindingNode->properties, "style"); in load_wsdl() local821 … if (styleAttribute && !strncmp((char*)styleAttribute->children->content, "rpc", sizeof("rpc"))) { in load_wsdl()928 xmlAttrPtr styleAttribute = get_attribute(soapOperation->properties, "style"); in load_wsdl() local929 if (styleAttribute) { in load_wsdl()930 if (!strncmp((char*)styleAttribute->children->content, "rpc", sizeof("rpc"))) { in load_wsdl()
Completed in 11 milliseconds