What we need:
We are using this great package, but the 3rd party SOAP server changed the authentication method from Basic to WSSecurity. So I'm wondering if you are planning to add this authentication method...
Proposal:
Keeping the SoapModuleOptions structure and add some optional properties to support other authentication methods that node-soap actually supports.
Hi team,
What we need: We are using this great package, but the 3rd party SOAP server changed the authentication method from
Basic
toWSSecurity
. So I'm wondering if you are planning to add this authentication method...Proposal: Keeping the
SoapModuleOptions
structure and add some optional properties to support other authentication methods thatnode-soap
actually supports.Add types to
src/soap-module-options.type.ts
Change how to set the security method in
src/soap.service.ts
Example
What do you think? I can create a PR if you want with this proposal....
Finally, thanks for the great work on this package.