You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a node js that calls my existing soap service. My code looks like...
var wsdl = 'https://xyz.com/MyHomeService?WSDL'; var options = {}; soap.createClient(wsdl, options, function(err, client) {
When i tried to execute this, i see there is an error thrown by line #3 as below... Invalid WSDL URL: https://xyz.com/MyHomeService?WSDL Code: 500
When i tried to copy the wsdl to a local folder and refer, it seems to work.
The text was updated successfully, but these errors were encountered:
psubramanian
changed the title
WSDL Path reference issue in Stron-Soap
WSDL Path reference issue in Strong-Soap
Jul 19, 2017
I have a node js that calls my existing soap service. My code looks like...
var wsdl = 'https://xyz.com/MyHomeService?WSDL'; var options = {}; soap.createClient(wsdl, options, function(err, client) {
When i tried to execute this, i see there is an error thrown by line #3 as below...
Invalid WSDL URL: https://xyz.com/MyHomeService?WSDL Code: 500
When i tried to copy the wsdl to a local folder and refer, it seems to work.
The text was updated successfully, but these errors were encountered: