Lines Matching refs:soap_error1

219 			soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href);  in is_wsdl_element()
339 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex()
355 soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri); in load_wsdl_ex()
379 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl_ex()
404 soap_error1(E_ERROR, "Parsing WSDL: <message> '%s' already defined", name->children->content); in load_wsdl_ex()
414 soap_error1(E_ERROR, "Parsing WSDL: <portType> '%s' already defined", name->children->content); in load_wsdl_ex()
424 soap_error1(E_ERROR, "Parsing WSDL: <binding> '%s' already defined", name->children->content); in load_wsdl_ex()
434 soap_error1(E_ERROR, "Parsing WSDL: <service> '%s' already defined", name->children->content); in load_wsdl_ex()
440 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl_ex()
465 soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", tmp->children->content); in wsdl_soap_binding_header()
474 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", tmp->children->content); in wsdl_soap_binding_header()
501 soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); in wsdl_soap_binding_header()
550 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_header()
609 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body()
626 soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); in wsdl_soap_binding_body()
652 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_body()
671 soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", message_name); in wsdl_message()
684soap_error1(E_ERROR, "Parsing WSDL: Unexpected extensibility element <%s>", SAFE_STR(trav->name)); in wsdl_message()
691 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_message()
700soap_error1(E_ERROR, "Parsing WSDL: No name associated with <part> '%s'", SAFE_STR(message->name)… in wsdl_message()
769 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl()
808 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
837 soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype); in load_wsdl()
892soap_error1(E_ERROR, "Parsing WSDL: Missing <portType> with name '%s'", name->children->content); in load_wsdl()
910 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
929 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav3->name)); in load_wsdl()
936soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->child… in load_wsdl()
982soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content); in load_wsdl()
1011soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
1052soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content); in load_wsdl()
1056soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
1065soap_error1(E_ERROR, "Parsing WSDL: The fault message '%s' must have a single part", message->chil… in load_wsdl()
1100soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); in load_wsdl()
1107soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl()