op_name           907 ext/soap/php_sdl.c 					xmlAttrPtr op_name, paramOrder;
op_name           922 ext/soap/php_sdl.c 					op_name = get_attribute(operation->properties, "name");
op_name           923 ext/soap/php_sdl.c 					if (op_name == NULL) {
op_name           941 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           943 ext/soap/php_sdl.c 						soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->children->content);
op_name           948 ext/soap/php_sdl.c 					function->functionName = estrdup((char*)op_name->children->content);
op_name           989 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content);
op_name          1018 ext/soap/php_sdl.c 							soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content);
op_name          1059 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content);
op_name          1063 ext/soap/php_sdl.c 								soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content);
op_name          1125 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);