Nick Marus
Nick Marus
We are already on a modified fork of node-soap to fix a recursion issue with stack overflow when parsing the MS wdsl. If it makes sense to, we can modify...
Issue #17 and fork of node this lib uses is here: https://github.com/CumberlandGroup/node-soap with modified code here: https://github.com/CumberlandGroup/node-soap/commit/aafad446344ef858d424126061287376893edc8e The issue is node-soap does a LOT of recursive function without a process.nexttick,...
Moved over to the updated version of node-soap (19.2) in version 3.2.x. Im curious if this is working now?
You are probably getting a 302 redirect which the browser will follow. Follow redirects likely needs to be enabled the code base. What method of authentication are you using? Ntlm...
This should be fixed in version 3.2.x now.
It has not been tested, I would assume no.
Attachments is an array. https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/attachments-ex15websvcsotherref
Unfortunately, I don't have an example JSON request that does _exactly_ this... However, if you start with the example in the README [here](https://github.com/CumberlandGroup/node-ews#example-4-sending-email-version-301-required-to-avoid-issue-17) which references the Microsoft article [here](https://msdn.microsoft.com/en-us/library/office/aa566468), and...
Check here. The default Spark API rate limiters for Flint are set very conservatively by default. You can override. https://github.com/flint-bot/flint#flintoptions--object Change `minTime` from something between 50-100 and set `maxConcurrent` to...
Hey JP, Thanks for the PR and apologies on the late reply. A few notes. * Aliasing "self" to "this" is not necessary as this is all using arrow function...