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

Test fixes #1

Closed
wants to merge 13 commits into from
Closed

Test fixes #1

wants to merge 13 commits into from

Conversation

raymondfeng
Copy link
Contributor

No description provided.

Raymond Feng added 2 commits June 13, 2016 12:11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@@ -13,11 +13,17 @@ class Base extends EventEmitter {
this.bodyAttributes = [];
}

addSoapHeader(value, qname, options) {
var header = new SOAPElement(value, qname, options);
addSoapHeader(name, value, qname, options) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to have both name and qname?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qname existed already in soapHeader. name is added because, in client.js code was referring to soapHeader.name. I guess, we should derive the name from the qname. I will go ahead and make the changes.

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.

None yet

4 participants