Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_sdl.c903 xmlNodePtr input, output, fault, portTypeOperation, trav3; in load_wsdl() local
938portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "n… in load_wsdl()
939 if (portTypeOperation == NULL) { in load_wsdl()
980 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl()
1009 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl()
1043 paramOrder = get_attribute(portTypeOperation->properties, "parameterOrder"); in load_wsdl()
1048 fault = portTypeOperation->children; in load_wsdl()

Completed in 11 milliseconds