ID:               35399
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Assigned
 Bug Type:         SOAP related
 Operating System: Solaris 9
 PHP Version:      5.1.0
-Assigned To:      
+Assigned To:      dmitry
 New Comment:

Assigned to the maintainer.


Previous Comments:
------------------------------------------------------------------------

[2005-11-25 21:43:04] [EMAIL PROTECTED]

Description:
------------
Installed today PHP 5.1.0 final and for the first time everything
worked OK. But after five hours the WSDL cache outdated and the
webservice refetched our WSDL. After that for the first time everything
works OK and like exspected (for PHP 5.1!) - base64binarys decode as
exspected (not like in 5.0 where this was missing).
After reloading the page and when the SOAP extension used the WSDL from
the cache the data was only available in raw base64 form.

When reverting the following patch it works as exspected:
http://cvs.php.net/diff.php/php-src/ext/soap/php_sdl.c?r1=1.88.2.1&r2=1.88.2.2&ty=h

Reproduce code:
---------------
* Clear the WSDL cache in /tmp
* Access a SOAP service that returns a base64binary somewhere in its
complex return type (this should work)
* reload the page (now the data is not decoded) - if you remove the
wsdl-* cache files it works again.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35399&edit=1

Reply via email to