|
@@ -40,6 +40,7 @@ ESPresponse [exceptions_inline] MyAccountResponse
|
|
int passwordDaysRemaining;
|
|
int passwordDaysRemaining;
|
|
[min_ver("1.01")] int passwordExpirationWarningDays;
|
|
[min_ver("1.01")] int passwordExpirationWarningDays;
|
|
[min_ver("1.02")] string employeeID;
|
|
[min_ver("1.02")] string employeeID;
|
|
|
|
+ [min_ver("1.03")] string distinguishedName;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -69,7 +70,7 @@ ESPresponse [exceptions_inline] VerifyUserResponse
|
|
};
|
|
};
|
|
|
|
|
|
//Kevin/russ does this method need feature level check?
|
|
//Kevin/russ does this method need feature level check?
|
|
-ESPservice [auth_feature("NONE"), version("1.02"), default_client_version("1.02"), exceptions_inline("./smc_xslt/exceptions.xslt")] ws_account
|
|
|
|
|
|
+ESPservice [auth_feature("NONE"), version("1.03"), default_client_version("1.03"), exceptions_inline("./smc_xslt/exceptions.xslt")] ws_account
|
|
{
|
|
{
|
|
ESPmethod [client_xslt("/esp/xslt/account_myaccount.xslt")] MyAccount(MyAccountRequest, MyAccountResponse);
|
|
ESPmethod [client_xslt("/esp/xslt/account_myaccount.xslt")] MyAccount(MyAccountRequest, MyAccountResponse);
|
|
ESPmethod [client_xslt("/esp/xslt/account_input.xslt")] UpdateUserInput(UpdateUserInputRequest, UpdateUserInputResponse);
|
|
ESPmethod [client_xslt("/esp/xslt/account_input.xslt")] UpdateUserInput(UpdateUserInputRequest, UpdateUserInputResponse);
|