Object reference not set to an instance of an object error when trying SOAP call
问题 I am trying to connect to and authenticate with a webservice using SOAP / wsdl, but I constantly get the error: <b>Fatal error</b>: Uncaught SoapFault exception: [a:InternalServiceFault] Object reference not set to an instance of an object. in /path/install.php:16 Below is my current code: <?php header("Content-Type: text/plain"); $userinfo = array( 'Username'=>'test', 'Password'=>'test' ); $wsdl_url = 'https://ws-e-distribution.kmd.dk/standard/ServiceAutorisation/ServiceAutorisation.svc?wsdl