Skip to content

Instantly share code, notes, and snippets.

View georgooty's full-sized avatar

George Varghese georgooty

  • Trivandrum, Kerala
View GitHub Profile
<?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://16.177.105.162:5986/wsman</wsa:To> [^]
<wsa:MessageID s:mustUnderstand="true">uuid:12345678-9abc-ef12-1401-091356390383</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> [^]
</wsa:ReplyTo>
@georgooty
georgooty / gist:9659462
Created March 20, 2014 08:27
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>