sso.xts 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <xts:morphlet version="1.0" xmlns:xts="http://developer.cognos.com/schemas/xts/" messageBase="/cps4/portlets/nav/messages/cpsnavmsgs.xml">
  9. <xts:block id="request" processor="XSLT" type="exec">
  10. <xts:logicsheet path="/cps4/common/logicsheets/soaplogic.xslt"/>
  11. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:soap="http://developer.cognos.com/schemas/cps/logic/soap">
  12. <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no"/>
  13. <xsl:template match="/">
  14. <xts:sequence>
  15. <xts:discard>
  16. <soap:request provider="cm">
  17. <bus:query xmlns:bus="http://developer.cognos.com/schemas/bibus/3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  18. <search>~</search>
  19. <properties xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="bus:propEnum[1]">
  20. <item xsi:type="bus:propEnum">storeID</item>
  21. </properties>
  22. <options xsi:type="bus:queryOptions">
  23. <schemaInfo xsi:type="xsd:boolean">false</schemaInfo>
  24. </options>
  25. </bus:query>
  26. </soap:request>
  27. </xts:discard>
  28. </xts:sequence>
  29. </xsl:template>
  30. </xsl:stylesheet>
  31. </xts:block>
  32. <xts:block id="render" dependency="request" type="exec" mode="output" processor="XSLT" mimeType="text/html">
  33. <xsl:stylesheet version="1.0" xmlns:xtsext="xalan://com.cognos.xts.ext.XTSExt" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xts="http://developer.cognos.com/schemas/xts/">
  34. <xsl:output method="html" version="1.0" encoding="UTF-8" indent="no"/>
  35. <xsl:template match="/">
  36. <html>
  37. <head>
  38. <meta name="Copyright" content="(C) Copyright IBM Corp. 2005, 2011"/>
  39. <meta name="Trademark" content="Licensed Material - Property of IBM Corp. IBM, the IBM logo, and Cognos are trademarks of IBM Corp., registered in many jurisdictions worldwide."/>
  40. <title></title>
  41. </head>
  42. <body>
  43. </body>
  44. </html>
  45. </xsl:template>
  46. </xsl:stylesheet>
  47. </xts:block>
  48. </xts:morphlet>