Vasily Martynov
Vasily Martynov
@smokhov Well, tests on main are fairly stable. This branch never worked for me.
I understand that @motdotla wants to make some money, but this feels against open-source spirit. One small lib in my dev stack decided it is the most important one and...
HI @homersimpsons. I think you want this https://github.com/vpulim/node-soap?tab=readme-ov-file#clientsetendpointurl---overwrite-the-soap-service-endpoint-address
What is the difference between overriding full URL or just a domain bit from the URL? You already have to keep them somewhere and conditionally update. But if this is...
I need to think about it. In general, I am trying to keep support for older Node.js as there are many people that still use unsupported node. Soap is specific...
I think I was testing it on Node 16, but I will double check that.
yes, current min version is node 20. But update to latest `get-stream` bumps it to 22, this is bit extreme for project like this. I think we should keep it...
As per https://github.com/vpulim/node-soap/pull/1399 it does not work on node 18. I tested on all latest versions from 14 up to 24.
The problem with the change in this PR it does not work on node 20, it will require some changes to convert it to esm. ``` Exception during run: Error...
@johannespinger You are very welcome to help with this. Also, you may want to check one of the most recent improvements that is not enabled by default `forceUseSchemaXmlns` flag in...