Lines Matching refs:soap_server_fault

54 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char *name TSRM…
1542 soap_server_fault("Server", "Couldn't find WSDL", NULL, NULL, NULL TSRMLS_CC);
1552 soap_server_fault("Server", "WSDL generation is not supported yet", NULL, NULL, NULL TSRMLS_CC);
1626 soap_server_fault("Client", "Bad Request", NULL, NULL, NULL TSRMLS_CC);
1638 soap_server_fault("Server", "DTD are not supported by SOAP", NULL, NULL, NULL TSRMLS_CC);
1790 soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL TSRMLS_CC);
1839 soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL TSRMLS_CC);
2025 soap_server_fault(code, string, actor, details, name TSRMLS_CC);
2113 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name TSRM… function
3407 soap_server_fault("Client", "Error cannot find parameter", NULL, NULL, NULL TSRMLS_CC);
3422 soap_server_fault("Client","Missing parameter", NULL, NULL, NULL TSRMLS_CC);
3482 soap_server_fault("VersionMismatch", "Wrong Version", NULL, NULL, NULL TSRMLS_CC);
3488soap_server_fault("Client", "looks like we got XML without \"Envelope\" element", NULL, NULL, NULL…
3494soap_server_fault("Client", "A SOAP Envelope element cannot have non Namespace qualified attribute…
3497soap_server_fault("Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL, NULL …
3499 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC);
3529soap_server_fault("Client", "Body must be present in a SOAP envelope", NULL, NULL, NULL TSRMLS_CC);
3535soap_server_fault("Client", "A SOAP Body element cannot have non Namespace qualified attributes", …
3539soap_server_fault("Client", "encodingStyle cannot be specified on the Body", NULL, NULL, NULL TSRM…
3541 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC);
3548soap_server_fault("Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL, NU…
3571soap_server_fault("Client", "looks like we got \"Body\" without function call", NULL, NULL, NULL T…
3577 soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC);
3582soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC);
3588soap_server_fault("rpc:ProcedureNotPresent","Procedure not present", NULL, NULL, NULL TSRMLS_CC);
3602soap_server_fault("Client", "A SOAP Header element cannot have non Namespace qualified attributes"…
3605soap_server_fault("Client", "encodingStyle cannot be specified on the Header", NULL, NULL, NULL TS…
3607 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC);
3621 soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC);
3633soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC);
3653 soap_server_fault("Client","mustUnderstand value is not boolean", NULL, NULL, NULL TSRMLS_CC);
3885 soap_server_fault("Server", "Unknown SOAP version", NULL, NULL, NULL TSRMLS_CC);