3.3.4.54 GetServersForMultipleId

This operation can be used to retrieve ServerInfo data for the multiple record identifiers specified, from the IPAM data store.

 <wsdl:operation name="GetServersForMultipleId">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetServersForMultipleId" message="ipam:IIpamServer_GetServersForMultipleId_InputMessage" />
   <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetServersForMultipleIdResponse" message="ipam:IIpamServer_GetServersForMultipleId_OutputMessage" />
 </wsdl:operation>

Upon receiving the IIpamServer_GetServersForMultipleId_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_GetServersForMultipleId_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. For each id in GetServersForMultipleId.serverIds:

    1. Call the procedure GetServerInfoFromTable passing id as Param_id. If the Result_serverInfo is returned, add it to GetServersForMultipleIdResponse.GetServersForMultipleIdResult.