Skip to content

Fix for wsdl retrieval with specified options.httpClient#714

Merged
jsdevel merged 1 commit into
vpulim:masterfrom
kevmegforest:custom-httpClient-wsdl-fix
Sep 16, 2015
Merged

Fix for wsdl retrieval with specified options.httpClient#714
jsdevel merged 1 commit into
vpulim:masterfrom
kevmegforest:custom-httpClient-wsdl-fix

Conversation

@kevmegforest

Copy link
Copy Markdown

When using soap.createClient with special options.httpClient, the specified client is not used when fetching the wsdl file. This fix will force the wsdl to use the specified httpClient.

@kevmegforest
kevmegforest force-pushed the custom-httpClient-wsdl-fix branch 7 times, most recently from 610496a to be5251f Compare September 11, 2015 02:51
@kevmegforest

Copy link
Copy Markdown
Author

I don't know how to make the test I wrote work for nodejs 0.8 or 0.10.
This is really the use case I need, passing the http requests through the stream instead of absolutely passing by the net socket.

Do you have some idea.

Thank you

@kevmegforest
kevmegforest force-pushed the custom-httpClient-wsdl-fix branch 3 times, most recently from 6435c6a to 8472e6d Compare September 11, 2015 22:04
…ttpClient.

Before this, the specified client was not used when fetching the wsdl file. This fix will force the wsdl to use the specified httpClient.
@kevmegforest
kevmegforest force-pushed the custom-httpClient-wsdl-fix branch from 8472e6d to 0d6390b Compare September 11, 2015 22:06
@kevmegforest

Copy link
Copy Markdown
Author

I've made all the tests. It works with all node version
I'm waiting for comments.

Thank you

@kevmegforest

Copy link
Copy Markdown
Author

@jsdevel , Is there something I would need to add or modify for you to merge this pull request?

jsdevel added a commit that referenced this pull request Sep 16, 2015
Fix for wsdl retrieval with specified options.httpClient
@jsdevel
jsdevel merged commit b052dab into vpulim:master Sep 16, 2015
@jsdevel

jsdevel commented Sep 16, 2015

Copy link
Copy Markdown
Collaborator

Looks good. Thanks @kevmegforest !

diarmaidm pushed a commit to diarmaidm/node-soap that referenced this pull request Feb 3, 2016
…l-fix

Fix for wsdl retrieval with specified options.httpClient
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.

2 participants