I am using SOAP api to integrate an ERP system but throws fatal error Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Client] Error cannot find parameter <?php require_once(__DIR__ . ‘/app/Mage.php’); Mage::app(); $ api_url_v2 = “https://ninobambino.in/index.php/api/v2_soap/?wsdl=1”; $ username = ‘test123’; $ password = ‘test123’; $ cli = new SoapClient($ api_url_v2); //retreive session id from login //$ session_id =Read more