}
public Date setTerminationTime(Date time)
throws SoapFault
{
SetTerminationTime set = new SetTerminationTime(time);
Element response = invoke(WsrlConstants.SET_TERMINATION_URI, set.toXML());
try
{
SetTerminationTimeResponse setResponse =
new SetTerminationTimeResponse(response);