3.3.4.92 GetPolicyOptionsFromDB

This operation is used to get the ipam:DhcpOptionCollection associated with a DhcpPolicyV4 (section 2.2.4.132) object.

 <wsdl:operation name="GetPolicyOptionsFromDB">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetPolicyOptionsFromDB" message="ipam:IIpamServer_GetPolicyOptionsFromDB_InputMessage" />
   <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetPolicyOptionsFromDBResponse" message="ipam:IIpamServer_GetPolicyOptionsFromDB_OutputMessage" />
 </wsdl:operation>

The protocol client sends an IIpamServer_GetPolicyOptionsFromDB_InputMessage request. The server then performs the following processing step. When the operation completes successfully, the server MUST respond with the IIpamServer_GetPolicyOptionsFromDB_OutputMessage. 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. Call the procedure GetPolicyOptions in ADM_DhcpOptionsTable with the following parameters: addressFamily as InterNetwork, GetPolicyOptionsFromDB.policy.Server.RecordId, GetPolicyOptionsFromDB.policy.PolicyId

  2. This procedure returns the associated collection of ipam:DhcpOptionV4 which are passed in the output message.