Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_sdl.c626 static HashTable* wsdl_message(const sdlCtx *ctx, const xmlChar* message_name) in wsdl_message() argument
630 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