op_name           899 ext/soap/php_sdl.c 					xmlAttrPtr op_name, paramOrder;
op_name           914 ext/soap/php_sdl.c 					op_name = get_attribute(operation->properties, "name");
op_name           915 ext/soap/php_sdl.c 					if (op_name == NULL) {
op_name           933 ext/soap/php_sdl.c 					portTypeOperation = get_node_with_attribute_ex(portType->children, "operation", WSDL_NAMESPACE, "name", (char*)op_name->children->content, NULL);
op_name           935 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->children->content);
op_name           940 ext/soap/php_sdl.c 					function->functionName = estrdup((char*)op_name->children->content);
op_name           981 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content);
op_name          1010 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content);
op_name          1051 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content);
op_name          1055 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content);
op_name          1117 ext/soap/php_sdl.c 								soap_error2(E_ERROR, "Parsing WSDL: <fault> with name '%s' already defined in '%s'", f->name, op_name->children->content);