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

Fix broken options variable in client SOAP requests #863

Merged
merged 1 commit into from Jul 23, 2016
Merged

Fix broken options variable in client SOAP requests #863

merged 1 commit into from Jul 23, 2016

Conversation

ghost
Copy link

@ghost ghost commented Jul 22, 2016

The options variable was not registering in client SOAP requests, regardless of its contents. I modified the client.js file to include some items from wsdl.js, and it automagically worked the way it was supposed to. I suspect there might be a broken link to the WSDL class in the Client class that caused this, but I cannot tell for certain. Perhaps someone with more experience with this library could investigate further?

Thanks!
Jesse

@coveralls
Copy link

coveralls commented Jul 22, 2016

Coverage Status

Coverage decreased (-44.9%) to 47.589% when pulling 4dadcff on justathoughtor2:master into cde1766 on vpulim:master.

@ghost
Copy link
Author

ghost commented Jul 22, 2016

Odd. Not sure why this didn't build. It runs perfectly on my local machine... Hrmm...

@jsdevel
Copy link
Collaborator

jsdevel commented Jul 22, 2016

please add tests

@coveralls
Copy link

coveralls commented Jul 23, 2016

Coverage Status

Coverage decreased (-82.1%) to 10.417% when pulling ce95a29 on justathoughtor2:master into cde1766 on vpulim:master.

@coveralls
Copy link

coveralls commented Jul 23, 2016

Coverage Status

Coverage decreased (-82.1%) to 10.417% when pulling ce95a29 on justathoughtor2:master into cde1766 on vpulim:master.

Create tests and ensure all tests run successfully

Fix typographical errors created due to odd merge
@ghost
Copy link
Author

ghost commented Jul 23, 2016

Added tests. All tests pass except for the first two. Odd.

EDIT: Nevermind. That must have just been my local system. Looks like all tests passed.

@coveralls
Copy link

coveralls commented Jul 23, 2016

Coverage Status

Coverage increased (+0.03%) to 92.544% when pulling ca1a1b1 on justathoughtor2:master into cde1766 on vpulim:master.

@jsdevel jsdevel merged commit 7c8f15e into vpulim:master Jul 23, 2016
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.

2 participants