All the required libraries are set for soap. I'm using standard WSDL. Moved my code to the LAMP (RedHat Enterprise).
$params = array(
'test1'=>'Testing',
'test2'=> '1'
);
$soapClient->method1($params);
$soapClient->getLastRequest();
Result:
<test1>Testing</test1>
<test2>false</test2>
Has this ever happened to anyone and how did you fix it?