Searched refs:portTypeOperation (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_sdl.c | 906 xmlNodePtr input, output, fault, portTypeOperation, trav3; in load_wsdl() local 941 …portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "n… in load_wsdl() 942 if (portTypeOperation == NULL) { in load_wsdl() 983 input = get_node_ex(portTypeOperation->children, "input", WSDL_NAMESPACE); in load_wsdl() 1012 output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE); in load_wsdl() 1046 paramOrder = get_attribute(portTypeOperation->properties, "parameterOrder"); in load_wsdl() 1051 fault = portTypeOperation->children; in load_wsdl()
|
Completed in 16 milliseconds