Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSDL Path reference issue in Strong-Soap #118

Closed
psubramanian opened this issue Jul 18, 2017 · 1 comment
Closed

WSDL Path reference issue in Strong-Soap #118

psubramanian opened this issue Jul 18, 2017 · 1 comment

Comments

@psubramanian
Copy link

psubramanian commented Jul 18, 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.

@psubramanian psubramanian changed the title WSDL Path reference issue in Stron-Soap WSDL Path reference issue in Strong-Soap Jul 19, 2017
@psubramanian
Copy link
Author

This seems to be a XSD reference issue. I resolved it by copying the schema along with the wsdl file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant