soap_server_fault 54 soap/soap.c static void soap_server_fault(char* code, char* string, char *actor, zval* details, char *name TSRMLS_DC); soap_server_fault 1495 soap/soap.c soap_server_fault("Server", "Couldn't find WSDL", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 1505 soap/soap.c soap_server_fault("Server", "WSDL generation is not supported yet", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 1579 soap/soap.c soap_server_fault("Client", "Bad Request", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 1591 soap/soap.c soap_server_fault("Server", "DTD are not supported by SOAP", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 1743 soap/soap.c soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 1792 soap/soap.c soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 1978 soap/soap.c soap_server_fault(code, string, actor, details, name TSRMLS_CC); soap_server_fault 3319 soap/soap.c soap_server_fault("Client", "Error cannot find parameter", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3334 soap/soap.c soap_server_fault("Client","Missing parameter", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3394 soap/soap.c soap_server_fault("VersionMismatch", "Wrong Version", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3400 soap/soap.c soap_server_fault("Client", "looks like we got XML without \"Envelope\" element", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3406 soap/soap.c soap_server_fault("Client", "A SOAP Envelope element cannot have non Namespace qualified attributes", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3409 soap/soap.c soap_server_fault("Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3411 soap/soap.c soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3441 soap/soap.c soap_server_fault("Client", "Body must be present in a SOAP envelope", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3447 soap/soap.c soap_server_fault("Client", "A SOAP Body element cannot have non Namespace qualified attributes", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3451 soap/soap.c soap_server_fault("Client", "encodingStyle cannot be specified on the Body", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3453 soap/soap.c soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3460 soap/soap.c soap_server_fault("Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3483 soap/soap.c soap_server_fault("Client", "looks like we got \"Body\" without function call", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3489 soap/soap.c soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3494 soap/soap.c soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3500 soap/soap.c soap_server_fault("rpc:ProcedureNotPresent","Procedure not present", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3514 soap/soap.c soap_server_fault("Client", "A SOAP Header element cannot have non Namespace qualified attributes", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3517 soap/soap.c soap_server_fault("Client", "encodingStyle cannot be specified on the Header", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3519 soap/soap.c soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3533 soap/soap.c soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3545 soap/soap.c soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3565 soap/soap.c soap_server_fault("Client","mustUnderstand value is not boolean", NULL, NULL, NULL TSRMLS_CC); soap_server_fault 3757 soap/soap.c soap_server_fault("Server", "Unknown SOAP version", NULL, NULL, NULL TSRMLS_CC);