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

only detect xsi:nil if its value is true #983

Merged
merged 1 commit into from
Nov 17, 2017

Conversation

wvanderdeijl
Copy link
Contributor

we had an example where the SOAP service outputs xml with xsi:nil="false" which was interpreted by node-soap as having a xsi:nil attribute and thus removing the element from the response. This PR makes the check more strict and verifies that xsi:nil is actually true

@coveralls
Copy link

coveralls commented Oct 16, 2017

Coverage Status

Coverage remained the same at 93.59% when pulling 74a390e on wvanderdeijl:xsi-nil into c94cc1c on vpulim:master.

@jsdevel
Copy link
Collaborator

jsdevel commented Oct 16, 2017

@wvanderdeijl This is great! Can you remove package-lock.json?

@wvanderdeijl
Copy link
Contributor Author

oops. I missed your comment. Just removed the package-lock so this PR should be good to go

@coveralls
Copy link

coveralls commented Nov 17, 2017

Coverage Status

Coverage remained the same at 93.648% when pulling 9cc9ec5 on wvanderdeijl:xsi-nil into a142aee on vpulim:master.

@jsdevel
Copy link
Collaborator

jsdevel commented Nov 17, 2017

Lame. Looks like npm doesn't support node version v9.2.0

npm

Going to merge this PR anyway as the other builds passed. Thanks for the contribution @wvanderdeijl !

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

Successfully merging this pull request may close these issues.

3 participants