Skip to content

Instantly share code, notes, and snippets.

@micsen
Last active June 19, 2016 00:00
Show Gist options
  • Save micsen/b70a831b889499420c074914d6275e2e to your computer and use it in GitHub Desktop.
Save micsen/b70a831b889499420c074914d6275e2e to your computer and use it in GitHub Desktop.
var soap = require('soap');
var url = 'http://85.167.112.48/Tmix.Cap.Ti/1.8.11/TrafficInformationService.svc?wsdl';
var args = {name: 'value'};
soap.createClient(url, function(err, client) {
console.log(client, err);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment