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

Add ability to fetch the WSDL with NTLM Auth. #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

das-peter
Copy link

This should fix #4 - WSDL fetching not working.
It's not a great solution but one that should work ;)

As for the mentioned https://github.com/matejsvajger/ntlm-soap-client - I'm a bit afraid that this approach could interfere with other http fetches because it overwrites the 'http' stream wrapper: https://github.com/matejsvajger/ntlm-soap-client/blob/master/src/NTLMSoap/Model/BaseClient.php#L31

@shaggyz
Copy link

shaggyz commented Sep 19, 2019

Hey guys, any reason this PR is not yet merged? 🤔

Copy link

@vincentchalamon vincentchalamon left a comment

Choose a reason for hiding this comment

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

I can confirm this fixes SOAP calls with a NTLM auth.
I need this in a Symfony bundle, would be great to be merged! :-)

@erSitzt
Copy link

erSitzt commented Dec 15, 2020

Would be nice if this gets merged if it is confirmed to be working

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.

wsdl file fetch with NTLM?
4 participants