add_soap_fault 444 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unable to parse URL", NULL, NULL); add_soap_fault 457 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unknown protocol. Only http and https are allowed.", NULL, NULL); add_soap_fault 469 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "SSL support is not available in this build", NULL, NULL); add_soap_fault 522 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Could not connect to host", NULL, NULL); add_soap_fault 865 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Failed Sending HTTP SOAP request", NULL, NULL); add_soap_fault 871 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Failed to create stream??", NULL, NULL); add_soap_fault 893 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Error Fetching http headers", NULL, NULL); add_soap_fault 1069 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Error Fetching http body, No Content-Length, connection closed or chunked data", NULL, NULL); add_soap_fault 1127 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Redirection limit reached, aborting", NULL, NULL); add_soap_fault 1267 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Unknown Content-Encoding", NULL, NULL); add_soap_fault 1282 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", "Can't uncompress compressed response", NULL, NULL); add_soap_fault 1316 ext/soap/php_http.c add_soap_fault(this_ptr, "HTTP", http_msg, NULL, NULL); add_soap_fault 46 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "looks like we got no XML document", NULL, NULL); add_soap_fault 50 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "DTD are not supported by SOAP", NULL, NULL); add_soap_fault 69 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "VersionMismatch", "Wrong Version", NULL, NULL); add_soap_fault 77 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "looks like we got XML without \"Envelope\" element", NULL, NULL); add_soap_fault 85 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Envelope element cannot have non Namespace qualified attributes", NULL, NULL); add_soap_fault 90 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL); add_soap_fault 94 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL); add_soap_fault 126 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Body must be present in a SOAP envelope", NULL, NULL); add_soap_fault 134 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Body element cannot have non Namespace qualified attributes", NULL, NULL); add_soap_fault 140 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Body", NULL, NULL); add_soap_fault 144 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL); add_soap_fault 152 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL); add_soap_fault 161 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "A SOAP Header element cannot have non Namespace qualified attributes", NULL, NULL); add_soap_fault 166 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Header", NULL, NULL); add_soap_fault 170 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL); add_soap_fault 237 ext/soap/php_packet_soap.c add_soap_fault(this_ptr, faultcode, faultstring ? ZSTR_VAL(faultstring) : NULL, faultactor ? ZSTR_VAL(faultactor) : NULL, &details); add_soap_fault 200 ext/soap/php_soap.h void add_soap_fault(zval *obj, char *fault_code, char *fault_string, char *fault_actor, zval *fault_detail); add_soap_fault 2561 ext/soap/soap.c add_soap_fault(this_ptr, "HTTP", "Error build soap request", NULL, NULL); add_soap_fault 2587 ext/soap/soap.c add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() failed", NULL, NULL); add_soap_fault 2602 ext/soap/soap.c add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() returned non string value", NULL, NULL); add_soap_fault 2756 ext/soap/soap.c add_soap_fault(this_ptr, "Client", ZSTR_VAL(error.s), NULL, NULL); add_soap_fault 2763 ext/soap/soap.c add_soap_fault(this_ptr, "Client", "Error finding \"uri\" property", NULL, NULL); add_soap_fault 2765 ext/soap/soap.c add_soap_fault(this_ptr, "Client", "Error could not find \"location\" property", NULL, NULL);