Lines Matching refs:E_ERROR

196 			soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href);  in is_wsdl_element()
315 soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message); in load_wsdl_ex()
317 soap_error1(E_ERROR, "Parsing WSDL: Couldn't load from '%s'", struri); in load_wsdl_ex()
333 soap_error1(E_ERROR, "Parsing WSDL: Couldn't find <definitions> in '%s'", struri); in load_wsdl_ex()
357 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl_ex()
374 soap_error1(E_ERROR, "Parsing WSDL: <message> '%s' already defined", name->children->content); in load_wsdl_ex()
377 soap_error0(E_ERROR, "Parsing WSDL: <message> has no name attribute"); in load_wsdl_ex()
384 soap_error1(E_ERROR, "Parsing WSDL: <portType> '%s' already defined", name->children->content); in load_wsdl_ex()
387 soap_error0(E_ERROR, "Parsing WSDL: <portType> has no name attribute"); in load_wsdl_ex()
394 soap_error1(E_ERROR, "Parsing WSDL: <binding> '%s' already defined", name->children->content); in load_wsdl_ex()
397 soap_error0(E_ERROR, "Parsing WSDL: <binding> has no name attribute"); in load_wsdl_ex()
404 soap_error1(E_ERROR, "Parsing WSDL: <service> '%s' already defined", name->children->content); in load_wsdl_ex()
407 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); in load_wsdl_ex()
410 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl_ex()
425 soap_error0(E_ERROR, "Parsing WSDL: Missing message attribute for <header>"); in wsdl_soap_binding_header()
435 soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", tmp->children->content); in wsdl_soap_binding_header()
440 soap_error0(E_ERROR, "Parsing WSDL: Missing part attribute for <header>"); in wsdl_soap_binding_header()
444 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", tmp->children->content); in wsdl_soap_binding_header()
471 soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", tmp->children->content); in wsdl_soap_binding_header()
474 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_header()
520 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_header()
577 soap_error1(E_ERROR, "Parsing WSDL: Missing part '%s' in <message>", parts); in wsdl_soap_binding_body()
594 …soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", encodingStyleAttribute->children-… in wsdl_soap_binding_body()
597 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in wsdl_soap_binding_body()
620 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_soap_binding_body()
639 soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", (const char*)message_name); in wsdl_message()
651 …soap_error1(E_ERROR, "Parsing WSDL: Unexpected extensibility element <%s>", SAFE_STR(trav->name)); in wsdl_message()
658 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in wsdl_message()
667 …soap_error1(E_ERROR, "Parsing WSDL: No name associated with <part> '%s'", SAFE_STR(message->name)… in wsdl_message()
713 soap_error0(E_ERROR, "Parsing WSDL: Couldn't bind to service"); in load_wsdl()
738 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav->name)); in load_wsdl()
748 soap_error0(E_ERROR, "Parsing WSDL: No binding associated with <port>"); in load_wsdl()
777 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
787 soap_error0(E_ERROR, "Parsing WSDL: No address associated with <port>"); in load_wsdl()
794 soap_error0(E_ERROR, "Parsing WSDL: No location associated with <port>"); in load_wsdl()
806 soap_error1(E_ERROR, "Parsing WSDL: No <binding> element with name '%s'", ctype); in load_wsdl()
844 soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <binding>"); in load_wsdl()
850 soap_error0(E_ERROR, "Parsing WSDL: Missing 'type' attribute for <binding>"); in load_wsdl()
860 … soap_error1(E_ERROR, "Parsing WSDL: Missing <portType> with name '%s'", name->children->content); in load_wsdl()
878 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav2->name)); in load_wsdl()
885 soap_error0(E_ERROR, "Parsing WSDL: Missing 'name' attribute for <operation>"); in load_wsdl()
897 soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(trav3->name)); in load_wsdl()
904 …soap_error1(E_ERROR, "Parsing WSDL: Missing <portType>/<operation> with name '%s'", op_name->child… in load_wsdl()
949 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <input> of '%s'", op_name->children->content); in load_wsdl()
978 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
1019 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <fault> of '%s'", op_name->children->content); in load_wsdl()
1023 …soap_error1(E_ERROR, "Parsing WSDL: Missing name for <output> of '%s'", op_name->children->content… in load_wsdl()
1032 …soap_error1(E_ERROR, "Parsing WSDL: The fault message '%s' must have a single part", message->chil… in load_wsdl()
1066 …soap_error1(E_ERROR, "Parsing WSDL: Unknown encodingStyle '%s'", faultEncodingStyleAttribute->chil… in load_wsdl()
1069 soap_error0(E_ERROR, "Parsing WSDL: Unspecified encodingStyle"); in load_wsdl()
1073 … soap_error1(E_ERROR, "Parsing WSDL: Unexpected WSDL element <%s>", SAFE_STR(faultNodes->name)); in load_wsdl()
1084 …soap_error2(E_ERROR, "Parsing WSDL: <fault> with name '%s' already defined in '%s'", f->name, op_n… in load_wsdl()
1131 soap_error0(E_ERROR, "Parsing WSDL: Could not find any usable binding services in WSDL."); in load_wsdl()