Php versions – PHP SOAP call empty response (Authorization header)
I want to call a soap API, to save data to Sage X3 version 12. I'm using this code: $options = array( 'login' => $username, 'password' => $password, ); $api = parent::__construct($url, $options); $result = parent::__soapCall($function_name, $arguments, $options, $input_headers, $output_headers);…