123456789101112131415161718192021222324 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: disp
- (C) Copyright IBM Corp. 2005 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="./ ./services.xsd" name="wsdl" class="com.cognos.pogo.services.SoapActionHandlerService" logStartStop="false">
- <handlers>
- <handler name="wsdl" classname="com.cognos.pogo.handlers.logic.ChainHandler">
- <chain>
- <handler_ref name="displayWSDL"/>
- <handler_ref name="pogo.respond"/>
- </chain>
- </handler>
- <handler name="displayWSDL" classname="com.cognos.pogo.sdk.WSDL"/>
- </handlers>
- <soapActions>
- <soapAction path="wsdl" handler="wsdl.wsdl"/>
- </soapActions>
- </service>
|