Currently calling operations is done synchronously. Not only is this just not the Node way it makes it impossible to use outside async services.
I am working with a client who is using node-soap-server as an API endpoint which is require to call an external services for part of its response. I have had to hack in a solution that I do not feel is adequate. I am interested in hearing opinions on improving this moving forward and making it more Node-like.
Currently calling operations is done synchronously. Not only is this just not the Node way it makes it impossible to use outside async services.
I am working with a client who is using node-soap-server as an API endpoint which is require to call an external services for part of its response. I have had to hack in a solution that I do not feel is adequate. I am interested in hearing opinions on improving this moving forward and making it more Node-like.