Skip to content

Instantly share code, notes, and snippets.

@micsen
Last active June 19, 2016 00:17
Show Gist options
  • Save micsen/03922912d47ee56c4f069068cd8b0350 to your computer and use it in GitHub Desktop.
Save micsen/03922912d47ee56c4f069068cd8b0350 to your computer and use it in GitHub Desktop.
pi@raspberrypi:~ $ DEBUG=node-soap node soap.js
node-soap Reading url: http://85.167.112.48/Tmix.Cap.Ti/1.8.11/TrafficInformationService.svc?wsdl +0ms
node-soap Http request: {"uri":{"protocol":"http:","slashes":true,"auth":null,"host":"85.167.112.48","port":null,"hostname":"85.167.112.48","hash":null,"search":"?wsdl","query":"wsdl","pathname":"/Tmix.Cap.Ti/1.8.11/TrafficInformationService.svc","path":"/Tmix.Cap.Ti/1.8.11/TrafficInformationService.svc?wsdl","href":"http://85.167.112.48/Tmix.Cap.Ti/1.8.11/TrafficInformationService.svc?wsdl"},"method":"GET","headers":{"User-Agent":"node-soap/0.15.0","Accept":"text/html,application/xhtml+xml,application/xml,text/xml;q=0.9,*/*;q=0.8","Accept-Encoding":"none","Accept-Charset":"utf-8","Connection":"close","Host":"85.167.112.48"},"followAllRedirects":true,"body":null} +76ms
undefined
{ [Error: connect ETIMEDOUT 85.167.112.48:80]
code: 'ETIMEDOUT',
errno: 'ETIMEDOUT',
syscall: 'connect',
address: '85.167.112.48',
port: 80 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment