notfalsedev / laravel-soap

A soap client wrapper for Laravel
MIT License
634 stars 122 forks source link

NTLM Auth #67

Closed rockfridrich closed 7 years ago

rockfridrich commented 8 years ago

Hi!

How to change default SoapClient to my own child class? I have faced issue with NTLM authentication (described here).

Just need to implement method setClient()

Thanks in advance!

notfalsedev commented 7 years ago

Made this availible in version 0.3.*.

$service->client($customClient)

Hope it will help, if you'r having other issues please let me know.