Page History
...
For example, to invoke the AuthenticateUser service, you would use the following URL (adjust the port number to the port you put when you created the web app in IIS):
http://localhost:9001/user/authenticate
...
Open your web browser and navigate to the following URL:
http://localhost:9001/user/authenticate?domain=domain&user=username&password=password
For example:
http://localhost:9001/user/authenticate?domain=SYD&user=tony&password=mysecretpwd
...