Lines Matching refs:op_name
904 xmlAttrPtr op_name, paramOrder; in load_wsdl() local
919 op_name = get_attribute(operation->properties, "name"); in load_wsdl()
920 if (op_name == NULL) { in load_wsdl()
938 …ibute_ex(portType->children, "operation", WSDL_NAMESPACE, "name", (char*)op_name->children->conten… in load_wsdl()
940 …soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->child… in load_wsdl()
945 function->functionName = estrdup((char*)op_name->children->content); in load_wsdl()
986 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content); in load_wsdl()
1015 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
1056 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content); in load_wsdl()
1060 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
1122 …"Parsing WSDL: <fault> with name '%s' already defined in '%s'", f->name, op_name->children->conten… in load_wsdl()