Searched refs:message_name (Results 1 – 1 of 1) sorted by relevance
626 static HashTable* wsdl_message(const sdlCtx *ctx, const xmlChar* message_name) in wsdl_message() argument630 const char *ctype = strrchr((const char*)message_name,':'); in wsdl_message()632 ctype = (const char*)message_name; in wsdl_message()639 soap_error1(E_ERROR, "Parsing WSDL: Missing <message> with name '%s'", (const char*)message_name); in wsdl_message()
Completed in 13 milliseconds