Edit report at https://bugs.php.net/bug.php?id=50547&edit=1
ID: 50547 Comment by: agastiya at gmail dot com Reported by: rsumibcay at reddoor dot biz Summary: SoapServer Fatal errror in WSDL mode Status: Open Type: Bug Package: SOAP related Operating System: Ubuntu Linux PHP Version: 5.2.12 Block user comment: N Private report: N New Comment: I also experience this when running on PHP 5.2+ and 5.3+. My script run flawlessly on PHP 5.1.6. so maybe the encoding rules were not applied strictly on version 5.1 than on the newer version? I vote for adding option to let the call pass through so that more validation can be handled manually at PHP level. Previous Comments: ------------------------------------------------------------------------ [2012-02-09 14:15:54] dp0 at yandex dot ru Encoding: Violation of encoding rules was my problem too, when trying to work with WSDL created in JAVA. The problem was solved by moving to using the 1.2 version of SOAP on server and client. ------------------------------------------------------------------------ [2011-08-17 14:28:34] chinigo at gmail dot com mdekrijger's suggestion about disabling Xdebug worked for me too. Adding xdebug_disable() immediately before the SOAP call resulted in a Fatal SOAP error being converted to a catchable SOAP fault. ------------------------------------------------------------------------ [2011-02-24 16:00:36] mdekrijger at e-sites dot nl Xdebug might be the problem. When using xdebug_disable() before calling the handle() method, the server responds with a proper SOAP message which says that something went wrong. ------------------------------------------------------------------------ [2011-02-24 09:54:31] mdekrijger at e-sites dot nl Does anyone have an alternative solution for this problem? (while this bug remains open?) We really want to provide some information about the wrong type in the return soap response. So implementing our SOAP services would be a much easier job. ------------------------------------------------------------------------ [2010-02-01 09:48:05] jitka at darbujanova dot cz I can confirm this. (http://bugs.php.net/bug.php?id=50895) ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=50547 -- Edit this bug report at https://bugs.php.net/bug.php?id=50547&edit=1
