Overview

An application that interacts with Intel AMT to create a new object, get an existing object, put an object (a means to change the value of an existing object), delete an object, or invoke a method that is special to the object uses the standard operations of the WS-Management protocol to do this.

SDK resources contain two wrappers to the lower layer WS-management client implementations. The available clients are:

   WS-Management client based on Openwsman

   A wrapper for Microsoft WinRM 1.x client that creates the WS-Management request

The message sent to Intel AMT is a SOAP message that contains a serialized CIM request embedded in a WS-Management request with all of the necessary headers, namespace references, addressing, and so on.

The interfaces to the two clients is the same: ICimWSManClient.

Copyright © 2006-2022, Intel Corporation. All rights reserved.