Open das-peter opened 5 years ago
This should fix #4 - WSDL fetching not working. It's not a great solution but one that should work ;)
As for the mentioned https://github.com/matejsvajger/ntlm-soap-client - I'm a bit afraid that this approach could interfere with other http fetches because it overwrites the 'http' stream wrapper: https://github.com/matejsvajger/ntlm-soap-client/blob/master/src/NTLMSoap/Model/BaseClient.php#L31
Hey guys, any reason this PR is not yet merged? 🤔
Would be nice if this gets merged if it is confirmed to be working
This should fix #4 - WSDL fetching not working. It's not a great solution but one that should work ;)
As for the mentioned https://github.com/matejsvajger/ntlm-soap-client - I'm a bit afraid that this approach could interfere with other http fetches because it overwrites the 'http' stream wrapper: https://github.com/matejsvajger/ntlm-soap-client/blob/master/src/NTLMSoap/Model/BaseClient.php#L31