wsdl.xml 823 B

123456789101112131415161718192021222324
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2005 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./services.xsd" name="wsdl" class="com.cognos.pogo.services.SoapActionHandlerService" logStartStop="false">
  8. <handlers>
  9. <handler name="wsdl" classname="com.cognos.pogo.handlers.logic.ChainHandler">
  10. <chain>
  11. <handler_ref name="displayWSDL"/>
  12. <handler_ref name="pogo.respond"/>
  13. </chain>
  14. </handler>
  15. <handler name="displayWSDL" classname="com.cognos.pogo.sdk.WSDL"/>
  16. </handlers>
  17. <soapActions>
  18. <soapAction path="wsdl" handler="wsdl.wsdl"/>
  19. </soapActions>
  20. </service>