NTML Authentication with PHP to Navision SOAP webservice
问题 I'm currently developing a payment gateway that has to send the order to Navision where it will be managed. In the webservice the NTML authentication is enabled so first it is necessary to extend the native class SoapClient . For it I have found enough documentation in the web https://thomas.rabaix.net/articles/using-soap-php-with-ntlm-authentication that allows to extend this native class. Now the code exposed in that post does not return me the xslm first. In this case this would be my code