CognosViewer.dwp 1.8 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <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">
  9. <Title>@title.prefix@IBM Cognos Viewer@title.suffix@</Title>
  10. <Description>View IBM Cognos content and applications.</Description>
  11. <AllowRemove>true</AllowRemove>
  12. <AllowZoneChange>true</AllowZoneChange>
  13. <AllowMinimize>true</AllowMinimize>
  14. <IsVisible>true</IsVisible>
  15. <Assembly>Cognos.BI.WebPart, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cb3c72729d0875cd</Assembly>
  16. <TypeName>Cognos.Portal.Services.Consumer</TypeName>
  17. <WSDL xmlns="http://developer.cognos.com/webpart/v1">@gateway.wsdl.url@/wsrp/cps4/portlets/nav?b_action=cps.wsdl&amp;wsdl</WSDL>
  18. <PortletHandle xmlns="http://developer.cognos.com/webpart/v1">viewer</PortletHandle>
  19. <PortletInstance xmlns="http://developer.cognos.com/webpart/v1">viewer</PortletInstance>
  20. <WebcontentURL xmlns="http://developer.cognos.com/webpart/v1">@webcontent.url@</WebcontentURL>
  21. <GatewayURL xmlns="http://developer.cognos.com/webpart/v1">@gateway.url@</GatewayURL>
  22. <AuthNamespace xmlns="http://developer.cognos.com/webpart/v1">@authentication.namespace@</AuthNamespace>
  23. <SharedSecret xmlns="http://developer.cognos.com/webpart/v1">@authentication.sharedSecret@</SharedSecret>
  24. <AuthExcludeDomain xmlns="http://developer.cognos.com/webpart/v1">@authentication.excludeDomain@</AuthExcludeDomain>
  25. <ShowErrorDetail xmlns="http://developer.cognos.com/webpart/v1">@showErrorDetail@</ShowErrorDetail>
  26. </WebPart>