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 -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php