3.3.4.54 GetAddressSpaceByName
The GetAddressSpaceByName operation is used to retrieve the address space with the specified name from the IPAM data store.
-
<wsdl:operation name="GetAddressSpaceByName"> <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetAddressSpaceByName" message="ipam:IIpamServer_GetAddressSpaceByName_InputMessage" /> <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/GetAddressSpaceByNameResponse" message="ipam:IIpamServer_GetAddressSpaceByName_OutputMessage" /> </wsdl:operation>
Upon receiving the IIpamServer_GetAddressSpaceByName_InputMessage request message, the server performs the following processing steps. Upon successful completion of these steps, the server MUST respond with the IIpamServer_GetAddressSpaceByName_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:
Call the procedure GetAddressSpaceByName of ADM_AddressSpaceTable with Param_AddressSpaceName set to GetAddressSpaceByName.name and Param_AddressSpaceType set to GetAddressSpaceByName.addressSpaceType.
Assign the returned result to GetAddressSpaceByNameResponse.GetAddressSpaceByNameResult.