RenewOp

This operation renews a subscription before it expires.

Input

SOAP Body

Element wse:Renew (of anonymous type), which contains the optional subelement wse:Expires of type wse:ExpirationType.

Contains either a duration that specifies how long the client requires the subscription, or a date and time at which the subscription should expire. If you omit this subelement, the service uses the value of the SubscriptionExpiration parameter on the management server. If you specify a duration that exceeds the value of the SubscriptionExpirationMaximum parameter, the service uses the value of SubscriptionExpirationMaximum instead. (See Service Configuration.)

SOAP Header

Output

The SOAP body contains an element wse:RenewResponse (of anonymous type), which contains the subelement wse:Expires of type wse:ExpirationType.

wse:Expires contains the new date and time at which the subscription expires.

Fault

If it cannot renew the subscription, the service returns a fault according to the WS-Management standard.