123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: CCS
- (c) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://developer.cognos.com/schemas/bibus/3/" xmlns:auth="http://developer.cognos.com/schemas/ccs/auth/types/1" targetNamespace="http://developer.cognos.com/schemas/bibus/3/">
- <wsdl:types>
- <xs:schema>
- <xs:import namespace="http://developer.cognos.com/schemas/bibus/3/" schemaLocation="./BiBus.xsd"/>
- </xs:schema>
- <xs:schema>
- <xs:import namespace="http://developer.cognos.com/schemas/ccs/auth/types/1" schemaLocation="./AuthService.xsd"/>
- </xs:schema>
- </wsdl:types>
- <wsdl:message name="BiBusHeader">
- <wsdl:part name="header" element="tns:biBusHeader"/>
- </wsdl:message>
- <wsdl:message name="AuthenticateIn">
- <wsdl:part name="parameter" element="auth:logonRequest"/>
- </wsdl:message>
- <wsdl:message name="AuthenticateOut">
- <wsdl:part name="parameter" element="auth:logonResponse"/>
- </wsdl:message>
- <wsdl:message name="ClearAuthenticateIn">
- <wsdl:part name="parameter" element="auth:logoffRequest"/>
- </wsdl:message>
- <wsdl:message name="ClearAuthenticateOut">
- <wsdl:part name="parameter" element="auth:logoffResponse"/>
- </wsdl:message>
- <wsdl:portType name="AuthServicePort">
- <wsdl:operation name="logon">
- <wsdl:input message="tns:AuthenticateIn"/>
- <wsdl:output message="tns:AuthenticateOut"/>
- </wsdl:operation>
- <wsdl:operation name="logoff">
- <wsdl:input message="tns:ClearAuthenticateIn"/>
- <wsdl:output message="tns:ClearAuthenticateOut"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="AuthServiceBinding" type="tns:AuthServicePort">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="logon">
- <soap:operation soapAction="http://developer.cognos.com/schemas/rds/auth/1"/>
- <wsdl:input>
- <soap:header required="false" message="tns:BiBusHeader" part="header" use="literal" namespace="http://developer.cognos.com/schemas/bibus/3/"/>
- <soap:body use="literal" namespace="http://developer.cognos.com/schemas/rds/auth/1"/>
- </wsdl:input>
- <wsdl:output>
- <soap:header required="false" message="tns:BiBusHeader" part="header" use="literal" namespace="http://developer.cognos.com/schemas/bibus/3/"/>
- <soap:body use="literal" namespace="http://developer.cognos.com/schemas/rds/auth/1"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="logoff">
- <soap:operation soapAction="http://developer.cognos.com/schemas/rds/auth/1"/>
- <wsdl:input>
- <soap:header required="false" message="tns:BiBusHeader" part="header" use="literal" namespace="http://developer.cognos.com/schemas/bibus/3/"/>
- <soap:body use="literal" namespace="http://developer.cognos.com/schemas/rds/auth/1"/>
- </wsdl:input>
- <wsdl:output>
- <soap:header required="false" message="tns:BiBusHeader" part="header" use="literal" namespace="http://developer.cognos.com/schemas/bibus/3/"/>
- <soap:body use="literal" namespace="http://developer.cognos.com/schemas/rds/auth/1"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="AuthService">
- <wsdl:port name="AuthServicePort" binding="tns:AuthServiceBinding">
- <soap:address location="http://localhost:9300/p2pd/servlet/dispatch"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|