Discussions
addSalesOrder Exception
When I am trying to addSales Order I am getting the following exception :
Array
(
[0] => Exception
[1] => java.lang.NumberFormatException: empty String
)
,"context":{"method":"App\\Library\\NetsuiteCompon ent::addSalesOrder","exception":{"code":0,"message ":"java.lang.NumberFormatException: empty String","file":"/var/www/framework/app/Library/NetSuite/NSPHPClient.php","line":345},"duration":0.35868000 984192,"result":"addSalesOrder - Exception"}}
Line 345 is $response = $this->client->__soapCall($operation, array($parameter), NULL, $this->soapHeaders);
Please Advice. I am clueless, I am not sure how to debug. Inputs from you will be rally helpful.