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

Respect empty soap actions in operations #554

Merged
merged 1 commit into from
Feb 7, 2015

Conversation

akagr
Copy link
Contributor

@akagr akagr commented Feb 6, 2015

I had a nasty situation in which the soapActions were empty in wsdl. I suggest we respect those cases and not force a soap action there. It leads to The given SOAPAction http://abc.xsd/myaction does not match an operation situation.

@simonjosefsson
Copy link

The jshint rules are quite strict so the Travis build fails because of wrong indentation...
https://travis-ci.org/vpulim/node-soap/jobs/49710387#L153

If you change to two-space then the proper tests can run

@akagr
Copy link
Contributor Author

akagr commented Feb 6, 2015

@simonjosefsson strangely, my system's jshint doesn't seem to pick up any indentation issues. They are fixed now.

@herom
Copy link
Contributor

herom commented Feb 6, 2015

Thanks a lot for your contribution @akagr 👍

In order to be able to merge your PR, please follow the Guidelines on Submitting a Pull Request, which in your particular case means, that we'd need you to squash your commits into a single one and please don't just close this PR and open a new one but instead follow the quite awesome GitHub help over here and here on squashing commits 😺

@akagr
Copy link
Contributor Author

akagr commented Feb 7, 2015

@herom squashed

@herom
Copy link
Contributor

herom commented Feb 7, 2015

Thanks a lot @akagr 😃 :

herom added a commit that referenced this pull request Feb 7, 2015
Respect empty soap actions in operations
@herom herom merged commit e999492 into vpulim:master Feb 7, 2015
diarmaidm pushed a commit to diarmaidm/node-soap that referenced this pull request Feb 3, 2016
Respect empty soap actions in operations
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