Skip to content

Instantly share code, notes, and snippets.

@georgooty
Last active August 29, 2015 14:04
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/e025910d01f7a3250f39 to your computer and use it in GitHub Desktop.
Save georgooty/e025910d01f7a3250f39 to your computer and use it in GitHub Desktop.
successful response of any invoke method
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<s:Envelope xmlns:n1="https://schemas.gk.com/wbem/wscim/1/cim-schema/2/GK_SoftwareInstallationService" xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<s:Header>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsa:Action>https://schemas.gk.com/wbem/wscim/1/cim-schema/2/GK_SoftwareInstallationService/InstallFromURIResponse</wsa:Action>
<wsa:RelatesTo>uuid:12345678-9abc-ef12-1407-161240020965</wsa:RelatesTo>
<wsa:MessageID>uuid:cdfb205f-f46a-146a-8005-7b10dde5592c</wsa:MessageID>
</s:Header>
<s:Body>
<n1:InstallFromURI_OUTPUT>
<n1:ReturnValue>0</n1:ReturnValue>
</n1:InstallFromURI_OUTPUT>
</s:Body>
</s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment