Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_sdl.c900 xmlNodePtr input, output, fault, portTypeOperation, trav3; in load_wsdl() local
935portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "n… in load_wsdl()
936 if (portTypeOperation == NULL) { in load_wsdl()
977 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1006 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1040 paramOrder = get_attribute(portTypeOperation->properties, "parameterOrder"); in load_wsdl()
1045 fault = portTypeOperation->children; in load_wsdl()

Completed in 43 milliseconds