python-dracclient/dracclient/tests/wsman_mocks/computer_system-invoke-requ...

19 lines
948 B
XML

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:n1="http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_ComputerSystem">
<s:Header>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsa:Action>http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_ComputerSystem/RequestStateChangeResponse</wsa:Action>
<wsa:RelatesTo>uuid:0e1e69c7-1ca6-1ca6-8002-fd0aa2bdb228</wsa:RelatesTo>
<wsa:MessageID>uuid:3f2d0db0-1caa-1caa-8003-fcc71555dbe0</wsa:MessageID>
</s:Header>
<s:Body>
<n1:RequestStateChange_OUTPUT>
<n1:Message>The command failed to set RequestedState</n1:Message>
<n1:MessageArguments>RequestedState</n1:MessageArguments>
<n1:MessageID>SYS021</n1:MessageID>
<n1:ReturnValue>2</n1:ReturnValue>
</n1:RequestStateChange_OUTPUT>
</s:Body>
</s:Envelope>