Closed rockfridrich closed 7 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!
Made this availible in version 0.3.*.
$service->client($customClient)
Hope it will help, if you'r having other issues please let me know.
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!