Hi all,


We are writing a PHP client to access netsuite methods(netsuit e.wsdl). THis is the code which we wrote for login logout and search.login logout are working fine but when it comes to search it does not pass the values.

require_once('N etSuiteService. php'); // this is the class generated from wsdl file.

$ns = new NetSuiteService ;

//===========logi n Info==========
...