I understand that 2x provides a web portal that allows users to launch the client app from a browser. Is there however, any basic mechanism for embedding a client in a web page to display a published windows app, for example, within the content of a web page? How about a SharePoint browser web part? I think Citrix used to have a simple java client that could be embedded. op
Hello, We use ASPX for our Web Portal. You need to have 2X Client installed on the machine to be able to launch applications.
Sharepoint integration Hi, Same question: I would like to have a webpart to integrate the 2x portal with sharepoint. A user should see his or her applications automatically. Would it be possible using the webservice ? Is there any documentation available or a description of the API of the webservice ? kind regards, Dirk-Jan Smits
Hi there, 2X Has published a sample on how to make use of the 2X Web Service. Take a look at: http://downloads.2x.com/AppServer-LoadB ... Sample.zip Nixu
Integrated Windows Authentication Hi nixu, The sample is realy nice, we want to use Integrated Windows Authentication. Because the user is already authenticated it doesn't make any sense to logon again using the TUXWebServiceClass.Logon function. Is there a way to call .GetAppList without first calling .Logon ?
Re: Integrated Windows Authentication Hi dsmits, Currently you always have to call the TUXWebServiceClass.Logon function before calling TUXWebServiceClass.GetAppList, as the TUXWebService requires the client's credentials Nixu
Re: Integrated Windows Authentication Hi Nixu, Thanks for your fast reply! I really want to create a work around, would it be possible to make an .asp page for example that calls the 2x client .dlls (2XAppList.dll) to get an application list ? Dirk-Jan