Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.c903 xmlAttrPtr op_name, paramOrder; in load_wsdl() local
918 op_name = get_attribute(operation->properties, "name"); in load_wsdl()
919 if (op_name == NULL) { in load_wsdl()
937 …ibute_ex(portType->children, "operation", WSDL_NAMESPACE, "name", (char*)op_name->children->conten… in load_wsdl()
939 …soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->child… in load_wsdl()
944 function->functionName = estrdup((char*)op_name->children->content); in load_wsdl()
985 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content); in load_wsdl()
1014 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
1055 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content); in load_wsdl()
1059 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
[all …]

Completed in 14 milliseconds