We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
But it should be 500. See https://www.w3.org/TR/soap12-part2/
Send back a fault and see yourself.
As specified by the specification.
Node: win32 x64 16.13.0 [email protected]
The text was updated successfully, but these errors were encountered:
Just debugged it, and noticed that I can change it to 500 by setting
statusCode: 500
but it should happen by default.
Sorry, something went wrong.
for the record, it is expected to add the statusCode in the fault declaration like this:
{ Fault: { statusCode: 401, faultcode: 'Client.LoginUnauthorized', faultstring: 'Authentication failed', detail: { ExceptionInfo: message } } }
I struggled on it and finally found the answer in the code... it would worth adding it to the doc
No branches or pull requests
But it should be 500. See https://www.w3.org/TR/soap12-part2/
Description/Steps to reproduce
Send back a fault and see yourself.
Link to reproduction sandbox
Expected result
As specified by the specification.
Additional information
Node: win32 x64 16.13.0
[email protected]
The text was updated successfully, but these errors were encountered: