AccessControl
The following operations are supported. For a formal definition, please review the Service Description.
-
AcceptPrivacyPolicy
For accepting privacy policy for the particular login. -
GeTemporaryPassword
Get get temporary password -
GetLicense
Get License details -
GetLoginTimeExpiry
Get expected expiry time of the user -
GetSchemaTerminateUserLogin
Get Schema to terminate selected user's login -
GetLoggedinUserDetails
MessageName="Get_x0020_Logged_x0020_in_x0020_user_x0020_details"
Get Logged in user details -
GetWindowsLoginOTP
MessageName="Get_x0020_OTP_x0020_for_x0020_Windows_x0020_login"
Get OTP for Windows login. -
GetLoggedinUserDetails
MessageName="Logged_x0020_in_x0020_user_x0020_details_x0020_for_x0020_a_x0020_login_x0020_id"
Get Logged in user for a Login Id -
Login
Login -
Login
MessageName="Login_x0020_return_x0020_user_x0020_id"
Login -
Login
MessageName="Login_x0020_using_x0020_OTP"
Login using OTP -
Login
MessageName="Login_x0020_using_x0020_OTP_x0020__x0028_Windows_x0020_Login_x0029_"
Login using OTP (Windows Login). -
Logout
Logout -
ManageTimeZone
To Include time zone also with existing token -
TerminateUserLogin
Terminating selected user's login
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration>
<system.web>
<webServices>
<conformanceWarnings>
<remove name='BasicProfile1_1'/>
</conformanceWarnings>
</webServices>
</system.web>
</configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'Login' on portType 'AccessControlSoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'Login' on portType 'AccessControlSoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'Login' on portType 'AccessControlSoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'GetLoggedinUserDetails' on portType 'AccessControlSoap' from namespace 'http://www.wrenchsolutions.com/'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.