infoRouter Document Management System - Web Services API Documentation
AuthenticateUser
Authenticates the specified user against infoRouter.
Syntax
[Visual Basic]
Public Function AuthenticateUser(ByVal UID As String, _
ByVal PWD As String) As System.Xml.XmlDocument
Parameters

UID

The username of the user to be authenticated

PWD

The password of the user to be authenticated


Return Value
returns xml fragment.
<response success="true" ticket="sid-xxxxxxx" error="">
if success attribute is "true", the user has been authenticated successfully.
if success attribute is "false", the error attribute indicates the encountered error.
You must use the authentication token returned in the ticket attribute in all subsequent calls.
Remarks
Example

					
See Also
Syntax based on infoRouter Document Management System Web Services API Version 7.0
Copyright() 1998-2003 Active Innovations, Inc.
infoRouter Document Management System