Lines Matching refs:soap_server_fault
53 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
1182 soap_server_fault("Server", "Input string is too long", NULL, NULL, NULL);
1206 soap_server_fault("Server", "Couldn't find WSDL", NULL, NULL, NULL);
1216 soap_server_fault("Server", "WSDL generation is not supported yet", NULL, NULL, NULL);
1290 soap_server_fault("Client", "Bad Request", NULL, NULL, NULL);
1302 soap_server_fault("Server", "DTD are not supported by SOAP", NULL, NULL, NULL);
1419 soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL);
1450 soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL);
1629 soap_server_fault(code, string, actor, details, name);
1720 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c… function
2896 soap_server_fault("Client", "Error cannot find parameter", NULL, NULL, NULL);
2911 soap_server_fault("Client","Missing parameter", NULL, NULL, NULL);
2964 soap_server_fault("VersionMismatch", "Wrong Version", NULL, NULL, NULL);
2984 …soap_server_fault("Client", "looks like we got XML without \"Envelope\" element", NULL, NULL, NULL…
2990 …soap_server_fault("Client", "A SOAP Envelope element cannot have non Namespace qualified attribute…
2993 …soap_server_fault("Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL, NULL);
2995 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
3025 soap_server_fault("Client", "Body must be present in a SOAP envelope", NULL, NULL, NULL);
3031 …soap_server_fault("Client", "A SOAP Body element cannot have non Namespace qualified attributes", …
3035 soap_server_fault("Client", "encodingStyle cannot be specified on the Body", NULL, NULL, NULL);
3037 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
3044 …soap_server_fault("Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL, NU…
3066 … soap_server_fault("Client", "looks like we got \"Body\" without function call", NULL, NULL, NULL);
3072 soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL);
3077 soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL);
3083 soap_server_fault("rpc:ProcedureNotPresent","Procedure not present", NULL, NULL, NULL);
3097 …soap_server_fault("Client", "A SOAP Header element cannot have non Namespace qualified attributes"…
3100 … soap_server_fault("Client", "encodingStyle cannot be specified on the Header", NULL, NULL, NULL);
3102 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
3116 soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL);
3128 soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL);
3148 soap_server_fault("Client","mustUnderstand value is not boolean", NULL, NULL, NULL);
3377 soap_server_fault("Server", "Unknown SOAP version", NULL, NULL, NULL);