19 lines
1012 B
XML
19 lines
1012 B
XML
<?xml version="1.0"?>
|
|
<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" xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration">
|
|
<s:Header>
|
|
<wsa:Action s:mustUnderstand="true">http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</wsa:Action>
|
|
<wsa:To s:mustUnderstand="true">http://localhost:8889/wsman</wsa:To>
|
|
<wsman:ResourceURI s:mustUnderstand="true">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Process</wsman:ResourceURI>
|
|
<wsa:MessageID s:mustUnderstand="true">uuid:52266859-416a-116a-8002-8bf1f5201300</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:MaxElements>1000</wsman:MaxElements>
|
|
</wsen:Enumerate>
|
|
</s:Body>
|
|
</s:Envelope>
|