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

Try to make error messages useful when using SOAP 1.2 #1228

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

Conversation

nraynaud
Copy link

When using SOAP 1.2 the Fault error messages were Uncaught Error: undefined: undefined.

They are now of the form Uncaught Error: s:Sender: w:InternalError: The WS-Management service cannot process the request because the XML is invalid.: {"FaultDetail":"http://schemas.dmtf.org/wbem/wsman/1/wsman/faultDetail/Invalid","WSManFault":{"attributes":{"Code":"2150858819","Machine":"dell"},"Message":"WinRM cannot process the request because the input XML uses an undefined XML namespace."}}, while verbose, it's actually useful.

fixed typos in SOAP 1.2 error test cases.
fixed typos in SOAP 1.2 error test cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant