Lines Matching refs:soap_server_fault

55 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char *name TSRM…
1658 soap_server_fault("Server", "Couldn't find WSDL", NULL, NULL, NULL TSRMLS_CC);
1668 soap_server_fault("Server", "WSDL generation is not supported yet", NULL, NULL, NULL TSRMLS_CC);
1742 soap_server_fault("Client", "Bad Request", NULL, NULL, NULL TSRMLS_CC);
1754 soap_server_fault("Server", "DTD are not supported by SOAP", NULL, NULL, NULL TSRMLS_CC);
1912 soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL TSRMLS_CC);
1963 soap_server_fault("MustUnderstand","Header not understood", NULL, NULL, NULL TSRMLS_CC);
2177 soap_server_fault(code, string, actor, details, name TSRMLS_CC);
2291 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name TSRM… function
3581 soap_server_fault("Client", "Error cannot find parameter", NULL, NULL, NULL TSRMLS_CC);
3597 soap_server_fault("Client","Missing parameter", NULL, NULL, NULL TSRMLS_CC);
3657 soap_server_fault("VersionMismatch", "Wrong Version", NULL, NULL, NULL TSRMLS_CC);
3663soap_server_fault("Client", "looks like we got XML without \"Envelope\" element", NULL, NULL, NULL…
3669soap_server_fault("Client", "A SOAP Envelope element cannot have non Namespace qualified attribute…
3672soap_server_fault("Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL, NULL …
3674 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC);
3704soap_server_fault("Client", "Body must be present in a SOAP envelope", NULL, NULL, NULL TSRMLS_CC);
3710soap_server_fault("Client", "A SOAP Body element cannot have non Namespace qualified attributes", …
3714soap_server_fault("Client", "encodingStyle cannot be specified on the Body", NULL, NULL, NULL TSRM…
3716 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC);
3723soap_server_fault("Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL, NU…
3746soap_server_fault("Client", "looks like we got \"Body\" without function call", NULL, NULL, NULL T…
3752 soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC);
3757soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC);
3763soap_server_fault("rpc:ProcedureNotPresent","Procedure not present", NULL, NULL, NULL TSRMLS_CC);
3777soap_server_fault("Client", "A SOAP Header element cannot have non Namespace qualified attributes"…
3780soap_server_fault("Client", "encodingStyle cannot be specified on the Header", NULL, NULL, NULL TS…
3782 soap_server_fault("Client", "Unknown data encoding style", NULL, NULL, NULL TSRMLS_CC);
3796 soap_server_fault("Client","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC);
3808soap_server_fault("DataEncodingUnknown","Unknown Data Encoding Style", NULL, NULL, NULL TSRMLS_CC);
3828 soap_server_fault("Client","mustUnderstand value is not boolean", NULL, NULL, NULL TSRMLS_CC);
4020 soap_server_fault("Server", "Unknown SOAP version", NULL, NULL, NULL TSRMLS_CC);