I am trying to call an RPGLE service program from PHP using the PHP Toolkit. The procedure returns a data structure that includes an element of type N
(indicator) and returns either *off
or *on
.
I am trying to figure out how to structure my return parameter in PHP to accept a value of this type and cannot find any information about sending or receiving boolean values with XMLService.