Skip to content

Instantly share code, notes, and snippets.

@georgooty
Created July 16, 2014 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgooty/d87272a0052af903ee27 to your computer and use it in GitHub Desktop.
Save georgooty/d87272a0052af903ee27 to your computer and use it in GitHub Desktop.
InvokeMethod_Error_Response
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
<s:Header>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsa:Action>http://schemas.dmtf.org/wbem/wsman/1/wsman/fault</wsa:Action>
<wsa:RelatesTo>uuid:f54cf68d-fccc-1ccc-8002-e7c65e201300</wsa:RelatesTo>
<wsa:MessageID>uuid:8a5b52bb-f440-1440-800d-1400dde5592c</wsa:MessageID>
</s:Header>
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value>wsman:InternalError</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en">Failed to processing.</s:Text>
</s:Reason>
</s:Fault>
</s:Body>
</s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment