Lines Matching refs:soap_server_fault

54 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
1231 soap_server_fault("Server", "Input string is too long", NULL, NULL, NULL);
1254 soap_server_fault("Server", "Couldn't find WSDL", NULL, NULL, NULL);
1264 soap_server_fault("Server", "WSDL generation is not supported yet", NULL, NULL, NULL);
1338 soap_server_fault("Client", "Bad Request", NULL, NULL, NULL);
1350 soap_server_fault("Server", "DTD are not supported by SOAP", NULL, NULL, NULL);
1501 soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL);
1540 soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL);
1722 soap_server_fault(code, string, actor, details, name);
1812 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c… function
3053 soap_server_fault("Client", "Error cannot find parameter", NULL, NULL, NULL);
3068 soap_server_fault("Client","Missing parameter", NULL, NULL, NULL);
3121 soap_server_fault("VersionMismatch", "Wrong Version", NULL, NULL, NULL);
3141soap_server_fault("Client", "looks like we got XML without \"Envelope\" element", NULL, NULL, NULL…
3147soap_server_fault("Client", "A SOAP Envelope element cannot have non Namespace qualified attribute…
3150soap_server_fault("Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL, NULL);
3152 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
3182 soap_server_fault("Client", "Body must be present in a SOAP envelope", NULL, NULL, NULL);
3188soap_server_fault("Client", "A SOAP Body element cannot have non Namespace qualified attributes", …
3192 soap_server_fault("Client", "encodingStyle cannot be specified on the Body", NULL, NULL, NULL);
3194 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
3201soap_server_fault("Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL, NU…
3223soap_server_fault("Client", "looks like we got \"Body\" without function call", NULL, NULL, NULL);
3229 soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL);
3234 soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL);
3240 soap_server_fault("rpc:ProcedureNotPresent","Procedure not present", NULL, NULL, NULL);
3254soap_server_fault("Client", "A SOAP Header element cannot have non Namespace qualified attributes"…
3257soap_server_fault("Client", "encodingStyle cannot be specified on the Header", NULL, NULL, NULL);
3259 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL);
3273 soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL);
3285 soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL);
3305 soap_server_fault("Client","mustUnderstand value is not boolean", NULL, NULL, NULL);
3537 soap_server_fault("Server", "Unknown SOAP version", NULL, NULL, NULL);