Hey
When I try to interpret thru PHP, a Java web service that returns a boolean type, this error (more like a warning) pops up:
Notice: Object of class stdClass could not be converted to int in C:\testing\page.php on line 29
It seems this is something PHP related.
How can I make the PHP page understand true and false? Or at least recieve true or and false, if neccesary convert them to 1 and 0 and understand that? No, I cant change the web service to send 1 or 0, sorry.