Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.c902 xmlNodePtr input, output, fault, portTypeOperation, trav3; in load_wsdl() local
937portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "n… in load_wsdl()
938 if (portTypeOperation == NULL) { in load_wsdl()
979 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1008 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1042 paramOrder = get_attribute(portTypeOperation->properties, "parameterOrder"); in load_wsdl()
1047 fault = portTypeOperation->children; in load_wsdl()

Completed in 13 milliseconds