Alessandra

Results 1 issues of Alessandra

Added NTLM auth support. Example use: ```typescript ... useFactory: async ( configService: ConfigService, ): Promise => ({ uri: configService.get('soap.uri'), auth: { type: 'ntlm', username: configService.get('soap.username'), password: configService.get('soap.password'), options: { domain:...