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

Fixed: error while there is no connection to url, which may cause read property "headers" of undefined variable "response". #209

Closed
wants to merge 1 commit into from

Conversation

PavelVdovin
Copy link

The error may be reproduced in the following way.
The client is created from the .wsdl file in local file system. Then the endpoint is specified (with functionality provided by the local wsdl) and the client function is called. If there is no connection to the url specified, the variable response is undefined, and instead of calling callback, the exception is thrown (cannot read property "headers" of undefined).

 property "headers" of undefined variable "response".
@aheckmann
Copy link
Contributor

please rebase and add a test.

@herom
Copy link
Contributor

herom commented May 26, 2015

I'm closing this PR as there was no activity for more than a year now...

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

Successfully merging this pull request may close these issues.

4 participants