ID: 47996
User updated by: piperj01 at u dot washington dot edu
Reported By: piperj01 at u dot washington dot edu
Status: Open
Bug Type: SOAP related
Operating System: Windows XP
PHP Version: 5.2.9
New Comment:
Also, I noticed if I use:
new SOAPVar('', XSD_BOOLEAN, null, null, null, $ns)
That the generated will show up as 'false'. This can be used as a
workaround since 'false' doesn't appear to work.
Previous Comments:
------------------------------------------------------------------------
[2009-04-16 22:39:49] piperj01 at u dot washington dot edu
Description:
------------
Trying to pass a Boolean value as a parameter when invoking a
webservices via SOAP. But when using calls like:
new SOAPVar('false', XSD_BOOLEAN, null, null, null, $ns)
The resulting XML shows 'true' not 'false'.
Looks like it is related to bug 33602. I suspect something to do with
soap.c function serialize_function_call() around line 4298. The code
there appears to do work related to the 'true' case, but not the 'false'
case.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=47996&edit=1