3.3.4.52 GetAccessScope

The GetAccessScope operation is used to get the access scope given the scope ID.

 <wsdl:operation name="GetAccessScope">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetAccessScope" message="ipam:IIpamServer_GetAccessScope_InputMessage" />
   <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetAccessScopeResponse" message="ipam:IIpamServer_GetAccessScope_OutputMessage" />
 </wsdl:operation>

The protocol client sends an IIpamServer_GetAccessScope_InputMessage request. The server then performs the following processing steps. When the operation completes successfully, the protocol server MUST respond with the IIpamServer_GetAccessScope_OutputMessage response. In the event of a failure, an appropriate SOAP fault MUST be sent to the client as specified in section 2.2.2.1:

  1. The GetAccessScope.accessScopeId is passed to the method GetAccessScopeById of ADM_AccessScopeTable.

  2. The AccessScope object is returned in the output message.