The node-soap library is a great library for connecting to SOAP services from your Node.js app, but it does not support sending traffic over authenticated proxies.

 

We have forked node-soap to read in the QUOTAGUARDSTATIC_URL environment variable and route all traffic via our proxy, so that you can send requests via your QuotaGuard Static IP. 

 

QuotaGuard users should manually set the QUOTAGUARDSTATIC_URL variable to match their QUOTAGUARD_URL variable for this to work. 


To use, replace your current node-soap dependency with our repo
:


https://github.com/quotaguard/node-soap

 

For example in your package.json:

 

{
"name": "foo",
"version": "0.0.0",
"dependencies": {
"node-soap": "quotaguard/node-soap"
}
}

If you have questions, or if this solution doesn’t work or fit your use case, please reach out to us at Support so we can help figure it out with you.


Working with sensitive data, like HIPAA, Financial, or Personally Identifiable Information (PII)? 

    Then you will want to check out our QuotaGuard Shield solution, it's the same as QuotaGuard Static, but with stronger end to end security for your requests. We can also help migrate current Static customers to Shield for free, just reach out to us at Support to request assistance.