(file) Return to request.xml CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / wsm / doc

File: [Pegasus] / pegasus_unsupported / wsm / doc / request.xml (download) / (as text)
Revision: 1.1, Wed May 30 18:40:59 2007 UTC (17 years ago) by karl
Branch: MAIN
CVS Tags: HEAD
PEP#: 9999
TITLE: add wsm

DESCRIPTION: add wsm modules

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsman="http://schemas.xmlsoap.org/ws/2005/02/management">
  <env:Header>
         <wsa:To>
            http://my.com:8888/wsman/
        </wsa:To>
        <wsa:ReplyTo>
             <wsa:Address env:mustUnderstand="true">
                    http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
              </wsa:Address>
        </wsa:ReplyTo>
        <wsa:Action env:mustUnderstand="true">
                 http://schemas.xmlsoap.org/ws/2004/09/transfer/Get
         </wsa:Action>
         <wsman:MaxEnvelopeSize env:mustUnderstand="true">
                      51200
         </wsman:MaxEnvelopeSize>
         <wsa:MessageID>uuid:20CBF75C-008E-4C68-AA14-F3EB9D94E617</wsa:MessageID>
         <wsman:SelectorSet>
                   <wsman:Selector Name="CreationClassName">
                           ComputerSystem
                   </wsman:Selector>
                   <wsman:Selector Name="Name">
                       IPMI%20Controller%2032
             </wsman:Selector>
          </wsman:SelectorSet>
        <wsman:OperationTimeout>PT60.000S</wsman:OperationTimeout>
</env:Header>
  <env:Body>
</env:Body>
</env:Envelope>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2