You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the endpoint does answer at the end (connection is not stack) then this does not seem an issue with ws.js. try calling the endpoint with curl (or a c# client) and you will probably get the same results.
ok now I understand you ask how to configure a timeout. ws.js does not expose this setting, but ws.js uses the 'request' module which should support this setting, in which case you can change ws.js code here:
just maybe you can do it without changing the ws.js code bu requiring 'request' in your code before you require ws.js, which should give the effect of default setting to all of the requests, but not sure about it.
Hey,
We are consuming SOAP end-point and some of end-point are taking more time to response.
If you have any option for setting up time out . Please reply me ASAP.
Rgds,
Alpesh
The text was updated successfully, but these errors were encountered: