3.8.5.1 INetworkingService.UpdateClientAddress

This operation notifies the server of the client’s current IP address.

 <wsdl:operation name="UpdateClientAddress">
   <wsdl:input wsam:Action="http://tempuri.org/INetworkingService/UpdateClientAddress" message="tns:INetworkingService_UpdateClientAddress_InputMessage" />
   <wsdl:output wsam:Action="http://tempuri.org/INetworkingService/UpdateClientAddressResponse" message="tns:INetworkingService_UpdateClientAddress_OutputMessage" />
   <wsdl:fault wsam:Action="http://tempuri.org/INetworkingService/UpdateClientAddressArgumentExceptionFault" name="ArgumentExceptionFault" message="tns:INetworkingService_UpdateClientAddress_ArgumentExceptionFault_FaultMessage" />
 </wsdl:operation>

Upon receiving the INetworkingService_UpdateClientAddress_InputMessage request message, the protocol server is notified that the connection is terminating. Upon successful completion of the action, the server MUST respond with INetworkingService_UpdateClientAddress_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.