first of all, thanks for your work with this library.
I'm trying to access to a WSDL that requires basic authorization. I added a wsdl header for do it, but don't work. If I look the request that browser sends to server, doesn't have the authorizathion header.
I saw that http request is sent in "const wsdlDef = yield httpClient.get(uri, { responseType: 'text' }).toPromise();" line, but in this line options parameter is not used. This call already returns a 401 error.
Hi Luca,
first of all, thanks for your work with this library.
I'm trying to access to a WSDL that requires basic authorization. I added a wsdl header for do it, but don't work. If I look the request that browser sends to server, doesn't have the authorizathion header.
I've debuged the call to createClient and I saw this code (I've deleted some commented lines):
I saw that http request is sent in "const wsdlDef = yield httpClient.get(uri, { responseType: 'text' }).toPromise();" line, but in this line options parameter is not used. This call already returns a 401 error.
Any idea? Is this behavior normal?
I tried to customize your module with your instructions in https://github.com/lula/ngx-soap#local-development, but "npm install" throws this error .
I'm a little frustrated, all my intents go wrong, could you help me?
Thanks in advance!!