How to test wnSSOClient by hand

How to test wnSSOClient by hand

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. 

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Install wnSSOClient on Windows Server 2003/2008/2012

        How do I install the wnssoclient on windows server 2003, 2008/2012? For windows 2003: Copy the wnssoclient.exe and swssolibrary.dll files the c:\windows\system32\ directory on the windows 2003 terminal server. On the stoneware relay: Edit the ...
      • DNS Test : NameNotFoundException error

        The customer is using MS AD and is in the stoneware management console and did a DNS Test. The following Errors were given. INFO: Attempting to locate a domain controller in DNS for domain: company.org ERROR: javax.naming.NameNotFoundException: DNS ...
      • How to install wnSSOClient

        Problem:  Installation of the wnSSOClient for single sign-on (SSO) for RDS apps or for Live Edit integration. Cause:  To perform the SSO on the RDS server or Live Edit feature, we require an agent be present on the RDS server.  You'll also need to ...
      • InvalidOperationException with wnSSOClient

        The customer sees an error when wnssoclient launches. An unexpected error occurred System.InvalidOperationException : Client found response content type of 'text/html;charset=ISO-8859-1", but expected 'text/xml' Problem accessing ...
      • Launching multiple applications using wnSSOclient

        A user launches a MS Word RDP webApp that uses the wnSSOclient and then closes that terminal server window incorrectly.  The user then launches a MS Excel RDP webApp which also uses wnSSOclient, the previous winword session comes back up. Customer ...