Lines Matching refs:E_ERROR

220 			soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href);  in is_wsdl_element()
340 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex()
342 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex()
358 soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri); in load_wsdl_ex()
382 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl_ex()
407 soap_error1(E_ERROR, "Parsing WSDL: <message> '%s' already defined", name->children->content); in load_wsdl_ex()
410 soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute"); in load_wsdl_ex()
417 soap_error1(E_ERROR, "Parsing WSDL: <portType> '%s' already defined", name->children->content); in load_wsdl_ex()
420 soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute"); in load_wsdl_ex()
427 soap_error1(E_ERROR, "Parsing WSDL: <binding> '%s' already defined", name->children->content); in load_wsdl_ex()
430 soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute"); in load_wsdl_ex()
437 soap_error1(E_ERROR, "Parsing WSDL: <service> '%s' already defined", name->children->content); in load_wsdl_ex()
440 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); in load_wsdl_ex()
443 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl_ex()
458 soap_error0(E_ERROR, "Parsing WSDL: Missing message attribute for <header>"); in wsdl_soap_binding_header()
468 soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", tmp->children->content); in wsdl_soap_binding_header()
473 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); in wsdl_soap_binding_header()
477 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", tmp->children->content); in wsdl_soap_binding_header()
504 soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); in wsdl_soap_binding_header()
507 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_header()
553 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_header()
612 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body()
629 soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); in wsdl_soap_binding_body()
632 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_body()
655 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_body()
674 soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", message_name); in wsdl_message()
687 …soap_error1(E_ERROR, "Parsing WSDL: Unexpected extensibility element <%s>", SAFE_STR(trav->name)); in wsdl_message()
694 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_message()
703 …soap_error1(E_ERROR, "Parsing WSDL: No name associated with <part> '%s'", SAFE_STR(message->name)… in wsdl_message()
773 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl()
783 soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); in load_wsdl()
812 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
822 soap_error0(E_ERROR, "Parsing WSDL: No address associated with <port>"); in load_wsdl()
829 soap_error0(E_ERROR, "Parsing WSDL: No location associated with <port>"); in load_wsdl()
841 soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype); in load_wsdl()
880 soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <binding>"); in load_wsdl()
886 soap_error0(E_ERROR, "Parsing WSDL: Missing 'type' attribute for <binding>"); in load_wsdl()
896 … soap_error1(E_ERROR, "Parsing WSDL: Missing <portType> with name '%s'", name->children->content); in load_wsdl()
914 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
921 soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <operation>"); in load_wsdl()
933 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav3->name)); in load_wsdl()
940 …soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->child… 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()
1069 …soap_error1(E_ERROR, "Parsing WSDL: The fault message '%s' must have a single part", message->chil… in load_wsdl()
1104 … soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); in load_wsdl()
1107 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in load_wsdl()
1111 … soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl()
1122 …soap_error2(E_ERROR, "Parsing WSDL: <fault> with name '%s' already defined in '%s'", f->name, op_n… in load_wsdl()
1168 soap_error0(E_ERROR, "Parsing WSDL: Couldn't bind to service"); in load_wsdl()
1172 soap_error0(E_ERROR, "Parsing WSDL: Could not find any usable binding services in WSDL."); in load_wsdl()