Skip to content

Instantly share code, notes, and snippets.

@georgooty
Created March 20, 2014 08:27
Show Gist options
  • Save georgooty/9659462 to your computer and use it in GitHub Desktop.
Save georgooty/9659462 to your computer and use it in GitHub Desktop.
InvalidResourceURIRequest
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration" xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"> [^]
<s:Header>
<wsa:Action s:mustUnderstand="true">http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</wsa:Action>
<wsa:To s:mustUnderstand="true">https://***:5986/wsman</wsa:To>
<wsman:ResourceURI s:mustUnderstand="true">http://schemas.dmtf.org/wbem/wscim/1/*</wsman:ResourceURI>
<wsa:MessageID s:mustUnderstand="true">uuid:12345678-9abc-ef12-1403-201047190999</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
</s:Header>
<s:Body>
<wsen:Enumerate>
<wsman:OptimizeEnumeration/>
<wsman:Filter Dialect="http://schemas.dmtf.org/wbem/wsman/1/cimbinding/associationFilter">
<wsmb:AssociationInstances xmlns:wsmb="http://schemas.dmtf.org/wbem/wsman/1/cimbinding.xsd">
<wsmb:Object>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
<wsa:ReferenceParameters>
<wsman:ResourceURI>GK_ExtendedStaticIPAssignmentSettingData</wsman:ResourceURI>
<wsman:SelectorSet>
<wsman:Selector Name="InstanceID">GK:ExtendedStaticIPAssignmentSettingData</wsman:Selector>
</wsman:SelectorSet>
</wsa:ReferenceParameters>
</wsmb:Object>
<wsmb:ResultClassName>CIM_OrderedComponent</wsmb:ResultClassName>
</wsmb:AssociationInstances>
</wsman:Filter>
<wsman:MaxElements>50</wsman:MaxElements>
</wsen:Enumerate>
</s:Body>
</s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment