vision10 / mssql-ssrs

Promise based api for MSSQL Reporting Services with ntlm, basic, custom security
23 stars 6 forks source link

node-soap generates "Invalid WSDL URL bug" #7

Closed epiphanizer closed 4 years ago

epiphanizer commented 4 years ago
Screen Shot 2019-12-01 at 5 44 41 PM

Looks like the node-SOAP dependency in this package is broken, so I can't actually establish a connection. See https://stackoverflow.com/questions/48559901/nodejs-soap-libarary-can-not-send-request-to-wsdl-url

Like others in similar threads, I see the correct WSDL file if I load in a browser, soapUI, etc.

epiphanizer commented 4 years ago

If you are running into this, the URL may be valid, but you may be unauthorized (401). Here was a thread I found on node-soap's gitter.

Screen Shot 2019-12-01 at 5 52 24 PM