Provisioning Schema::executeContext


Element that encapsulates the execution context that originates a provisioning request. This element is part of the provisioning schema of Microsoft® Provisioning Framework (MPF)

The execution context consists of the names of the namespace, procedure, and provider. This node is only available to providers via the context node in executeXML; it cannot be passed in a request.

Parent

context

Attributes

namespace
Required. Name of the namespace for the procedure.
procedure
Required. Name of the procedure.
providerSource
Required. Name of the provider, as registered in the configuration database.

Example

<context>
  <transactionContext transactionId="12343132"/>
  <providerContext namespace="Test Namespace" defaultServer="localhost" server="172.26.85.95" protocol="http"/>
  <executeContext namespace="Test Namespace" procedure="Write Request" providerSource="Test Provider"/>
</context>

See also

Customization, Request Example, XML Schema for Requests


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.