Skip to content

Instantly share code, notes, and snippets.

@chris-jamieson
Created September 26, 2017 17:59
Show Gist options
  • Save chris-jamieson/abe34e16c432395a9256b68fe1d53a5d to your computer and use it in GitHub Desktop.
Save chris-jamieson/abe34e16c432395a9256b68fe1d53a5d to your computer and use it in GitHub Desktop.
node soap watcher snippet
// Node SOAP client event watcher for https://github.com/vpulim/node-soap
client.on('response', (responseBody, incomingMessage) => {
console.log('response! responseBody: ', responseBody);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment