Test: /ext/soap/tests/bug73037.phpt - Version 7.3.22-dev        

Bug #73037 SoapServer reports Bad Request when gzipped
Submitted: 2016-09-07 08:03:08 Modified: 2016-11-22 10:14:27
From: maggus.staab Assigned: ab
Status: Closed Package: SOAP related
PHP Version: 5.6.25 OS: Ubuntu14LTS

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
029+ HTTP/1.1 500 Internal Service Error
030+ Date: Mon, 17 Aug 2020 15:16:15 GMT
031+ Connection: close
032+ X-Powered-By: PHP/7.3.22-dev
033+ Content-Length: 278
034+ Content-Type: text/xml; charset=utf-8
029- Function 'CATALOG' doesn't exist
036+ <?xml version="1.0" encoding="UTF-8"?>
037+ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Bad Request</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
038+
039+
1 (50%)
029+ HTTP/1.1 500 Internal Service Error
030+ Date: Mon, 17 Aug 2020 15:15:31 GMT
031+ Connection: close
032+ X-Powered-By: PHP/7.3.22-dev
033+ Content-Length: 278
034+ Content-Type: text/xml; charset=utf-8
029- Function 'CATALOG' doesn't exist
036+ <?xml version="1.0" encoding="UTF-8"?>
037+ <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Bad Request</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
038+
039+