On 3/23/06 4:59 PM, in article 44231A31.4070402@jool.nl, ""David Kingma | jool.nl"" <D.Kingma@jool.nl> wrote: > Hi Gilbert, > > Gilbert Wilson wrote: >> I'm working on a SOAP client that is talking to a SOAP server that does not >> accept '1' or '0' for true and false boolean values. The SOAP client MUST >> send these values as the words 'true' or 'false'. How does one get PHP 5's >> SOAP extension to send boolean values in this manner? > > Which version of PHP are you using? In older PHP (<= 5.0.4) it was 1's > and 0's, now its 'true' or 'false'. > > See also: > http://bugs.php.net/bug.php?id=33602 > > Kind regards, > > David Yes, that looks like the problem. My web host is using 5.0.4. I put in a ticket asking (nicely) if they would upgrade their PHP installation because of this bug. Thanks! Gil -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php