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'm using 1162 2X AppServer and have downloaded WebPortalSample 1165. The sample portal has no code changes from my current version and I still get the same results. The server I am enumerating from is a free license version as I just need it for developing; is this likely to have an impact?