How can I test the wnSSOClient on my Terminal Server to make sure it is working?
From the Terminal Server command prompt type the following:
wnSSOClient.exe bogus http://x.x.x.x false
Where x.x.x.x is the IP or the DNS of the Stoneware Relay.
If it comes back and says "access denied for client xxxxx, then we know the allowhosts on that relay isn’t correct. If it comes back and says "invalid Session ID bogus" that means the web service call actually worked and that the allowhosts is configured correctly.
You can also use a browser on the TS server and type:
http://portal.example-cloud.com/swWebServices/services/WebNetworkCoreService/authenticateUserNoContext?user=myUsername&password=myPassword
If you get a soap message that starts with :
<?xml version="1.0"?>
+<ns:authenticateUserNoContextResponse xmlns:ns="http://soap.stoneware.com">
Then it was successful.
If you see :
<soapenv:Reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Text xml:lang="en-US">Access denied for client: 192.168.1.251</soapenv:Text>
</soapenv:Reason>
Then it failed.