3.3.4.3 BulkUpdateRanges

This operation provides the ability to modify multiple ranges with a single operation.

 <wsdl:operation name="BulkUpdateRanges">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/BulkUpdateRanges" message="ipam:IIpamServer_BulkUpdateRanges_InputMessage" />
   <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/BulkUpdateRangesResponse" message="ipam:IIpamServer_BulkUpdateRanges_OutputMessage" />
 </wsdl:operation>

Upon receiving the IIpamServer_BulkUpdateRanges_InputMessage request message, the server performs the following processing steps. Upon successful completion of the steps specified below, the server MUST respond with the IIpamServer_BulkUpdateRanges_OutputMessage message.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. If the BulkUpdateRanges.rangesToUpdate is null or there are no elements in the collection, set the BulkUpdateRangesResponse.BulkUpdateRangesResult to null and return.

  2. Initialize BulkUpdateRangesResponse.BulkUpdateRangesResult to a collection of key value pairs.

  3. For each IPRange in the BulkUpdateRanges.rangesToUpdate:

    1. Set the updatedRange to the range entry.

    2. Perform the range update as specified in section 3.2.4.2.

    3. If the above step generates any SOAP fault, add the failure information of the SOAP fault to the BulkUpdateRangesResponse.BulkUpdateRangesResult with the key having the updatedRange.RecordId and the value having the IpamException having the fault information.