Share via


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.

Arguments

Input Argument Description

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.

Remarks

No remarks.

Sample Code

Example XML Request

<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>

Applies To

Provisioning Schema; Provisioning Schema::context

See also

Tasks

Provisioning Schema::context
Provisioning Schema::execute
Provisioning Schema::executeData
Provisioning Schema::executeXml