Alessandra

Results 11 comments of Alessandra

> I have conflicts when using this package with the latest `[email protected]` installed in my project. > > Hope the axios in `node-soap` could updated! I believe it's an axios...

Hello, Thanks for bringing this up. I don't believe nestjs-soap currently supports this authentication method. I'm out of town right now, so I can't take a proper look. But feel...

Hello @sergiuturus, sorry for the delay about this issue. I've opened a PR #37 with the implementation of the NTLM auth. Could you test it? I don't know a SOAP...

Hello @ZiP0iP Unless I have the SOAP service with NTLM auth to test, I don't think I will be of much use here. Nevertheless, I've added more verbose [logs](https://github.com/lehh/nestjs-soap/pull/37/commits/ca272edf314a1b7d12755812f91da69b25070f6e) to...

Hi, Sorry for the late reply. Since you didn't provide much detail of how you're trying to achieve this, I believe this is not a problem with the nestjs-soap library...

Hello @bitsofinfo, Not at the moment, but we could study some way to integrate the soap server in a nestjs service. If you have any suggestions, we could discuss it.

Hello @rspace3, The [soap](https://www.npmjs.com/package/soap#Module) npm package accepts a path as an 'uri', as they say. Maybe [this](https://www.npmjs.com/package/soap#Overriding-imports-relative-paths) is what you need? I can't test it since I'm on a trip...

Hello @cagrisungur, Apparently everything is right, the soap client shouldn't be null. Which version are you using? The only thing that is missing there is the `Async` word in `this.mySoapClient.GetKey()`....

Yes, please, share it so I can fix it on the package if that's the case.

@alexeyinn, Sorry for the delay. You maybe solved it already. Are you sure this is getting the url: `configService.get("MY_API_URL_IS_HERE")` ? This error seems related to it.