123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <WebPart xmlns="http://schemas.microsoft.com/WebPart/v2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Title>IBM Cognos Viewer</Title>
- <Description>View IBM Cognos content and applications.</Description>
- <AllowRemove>true</AllowRemove>
- <AllowZoneChange>true</AllowZoneChange>
- <AllowMinimize>true</AllowMinimize>
- <IsVisible>true</IsVisible>
- <Assembly>Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd</Assembly>
- <TypeName>Cognos.Portal.Services.Consumer</TypeName>
- <WSDL xmlns="http://developer.cognos.com/webpart/v1">http://localhost/ibmcognos/cgi-bin/cognosisapi.dll/wsrp/cps4/portlets/nav?b_action=cps.wsdl&wsdl</WSDL>
- <PortletHandle xmlns="http://developer.cognos.com/webpart/v1">viewer</PortletHandle>
- <PortletInstance xmlns="http://developer.cognos.com/webpart/v1">viewer</PortletInstance>
- <WebcontentURL xmlns="http://developer.cognos.com/webpart/v1"></WebcontentURL>
- <GatewayURL xmlns="http://developer.cognos.com/webpart/v1"></GatewayURL>
- <AuthNamespace xmlns="http://developer.cognos.com/webpart/v1"></AuthNamespace>
- <SharedSecret xmlns="http://developer.cognos.com/webpart/v1"></SharedSecret>
- <AuthExcludeDomain xmlns="http://developer.cognos.com/webpart/v1">false</AuthExcludeDomain>
- <ShowErrorDetail xmlns="http://developer.cognos.com/webpart/v1">true</ShowErrorDetail>
- </WebPart>
|