-
Notifications
You must be signed in to change notification settings - Fork 345
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
Unable to authenticate to SOAP API #472
Comments
@ardatan Did some more research, that WSDL I posted in the gist is just describing the available endpoints, but the full schema is given in this line: https://gist.github.com/hammadj/28885536c3335ece8354ea3278537895#file-experian-wsdl-L2 When it tries to load this endpoint, it gives a 401 error: This makes me think that the basicAuth is being used to fetch the initial WSDL, but not the full one. |
We rewrote SOAP handler from scratch so you can use the headers pattern for authentication; |
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
I'm trying to setup the SOAP API handler to authenticate with basicAuth, but I get a 401 error even though I'm using the correct username / password:
.meshrc (username / password redacted):
Here's the WSDL in a gist: https://gist.github.com/hammadj/28885536c3335ece8354ea3278537895
The text was updated successfully, but these errors were encountered: