From 8f0ea19fcb4baa90edda4422cf376ec583cff96c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 14 Jan 2004 12:49:02 +0000 Subject: WSDL: encoding rpc/document and encoded/literal --- ext/soap/php_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/soap/php_http.c') diff --git a/ext/soap/php_http.c b/ext/soap/php_http.c index 361585d477..0716597495 100644 --- a/ext/soap/php_http.c +++ b/ext/soap/php_http.c @@ -129,8 +129,8 @@ int send_http_soap_request(zval *this_ptr, xmlDoc *doc, char *location, char *so /* "Connection: close\r\n" "Accept: text/html; text/xml; text/plain\r\n" - "User-Agent: PHP SOAP 0.1\r\n" */ + "User-Agent: PHP SOAP 0.1\r\n" "Content-Type: text/xml; charset=\"utf-8\"\r\n" "Content-Length: "); smart_str_append_long(&soap_headers, buf_size); -- cgit v1.2.1