Test: /ext/soap/tests/bugs/bug36629.phpt - Version 5.4.1RC1        

Bug #36629 SoapServer::handle() exits on SOAP faults
Submitted: 2006-03-06 13:50:13 Modified: 2006-03-10 12:49:31
From: ilya Assigned: dmitry
Status: Closed Package: SOAP related
PHP Version: 5CVS-2006-03-06 (snap) OS: Debian Linux (testing)

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- <?xml version="1.0" encoding="UTF-8"?>
002- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>test1</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
003- <?xml version="1.0" encoding="UTF-8"?>
004- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>test2</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
005- ok