A
andrewj
I have the sample web portal on an IIS server.
I can login, get farms and get farm folders.
When I perform the GetAppList method no applications are returned.
I verified against the production 2X WebPortal (not sample) which does show the apps.
I copied an AppID and entered it as a parameter to GetImage method, the correct icon is returned.
Debugging Default.aspx.cs:
85: TUXWebServiceClass service = (TUXWebServiceClass)Session["current"];
86: string reply = service.GetAppList(txtFolderId.Text);
reply contains an empty string.
Am I missing something?
I can login, get farms and get farm folders.
When I perform the GetAppList method no applications are returned.
I verified against the production 2X WebPortal (not sample) which does show the apps.
I copied an AppID and entered it as a parameter to GetImage method, the correct icon is returned.
Debugging Default.aspx.cs:
85: TUXWebServiceClass service = (TUXWebServiceClass)Session["current"];
86: string reply = service.GetAppList(txtFolderId.Text);
reply contains an empty string.
Am I missing something?