lehh / nestjs-soap

Nestjs module wrapper for soap npm package
MIT License
21 stars 15 forks source link

SoapModuleOptions needs to accept client options #3

Closed bitsofinfo closed 3 years ago

bitsofinfo commented 3 years ago

SoapModuleOptions needs to accept client options

i.e. expose ability to pass options that make it here https://github.com/lehh/nestjs-soap/blob/b8fdabe0c61b83b005c31fb0ec735090bf08895c/src/soap-providers.ts#L10

lehh commented 3 years ago

Yes, this needs to be done. I will try to take a look at that this week. Thanks!

bitsofinfo commented 3 years ago

any chance this can be added right now Im just manually creating the provider configs myself calling node soap manually

lehh commented 3 years ago

Just released the feature in #4. I couldn't do it sooner, sorry.