Now I update my node version from 22 to 24, and when i try to use the soap feature on a failed test, this works, catching the error, but I receive a warning message in my shell:
(node:30416) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
Node.js v24.11.0