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

      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
      • Lenovo Unified Workspace End-of-Life Questions and Answers

        As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
      • 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 ...
      • 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 ...
      • 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 ...
      • 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 ...
      • 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 ...