(file) Return to get.xml CVS log (file) (dir) Up to [OMI] / omi / xml / wsman

File: [OMI] / omi / xml / wsman / get.xml (download) / (as text)
Revision: 1.3, Mon Apr 20 17:20:37 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +0 -0 lines
OMI 1.0.8-1

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<soap:Envelope 
    xmlns:soap="http://www.w3.org/2003/05/soap-envelope" 
    xmlns:addr="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
    xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
    <soap:Header>
        <addr:To>http://localhost/wsman</addr:To>
        <wsman:ResourceURI soap:mustUnderstand="true">
            http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/MSFT_Person
        </wsman:ResourceURI>
        <addr:ReplyTo>
            <addr:Address soap:mustUnderstand="true">
                http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
            </addr:Address>
        </addr:ReplyTo>
        <addr:Action soap:mustUnderstand="true">
            http://schemas.xmlsoap.org/ws/2004/09/transfer/Get
        </addr:Action>
        <addr:MessageID>
            uuid:00000000-0000-0000-0004-000000000001
        </addr:MessageID>
        <wsman:FragmentTransfer>xpath expression</wsman:FragmentTransfer>
        <wsman:Locale xml:lang="en-US" soap:mustUnderstand="false"/>
        <wsman:SelectorSet>
            <wsman:Selector Name="Key">1001</wsman:Selector>
        </wsman:SelectorSet>
    </soap:Header>
    <soap:Body/>
</soap:Envelope>

ViewCVS 0.9.2