Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/AuthenticationService/src/META-INF/wsdl/services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc.wsdl @ 6073

Last change on this file since 6073 was 6073, checked in by mholper, 13 years ago

removed wsit-client.xml from Services (exists only once in Connectorproject) #1441

File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<wsdl:definitions name="AuthenticationService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
3    <wsp:Policy wsu:Id="AuthenticationService_policy">
4        <wsp:ExactlyOne>
5            <wsp:All>
6                <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
7                    <wsp:Policy>
8                        <sp:TransportToken>
9                            <wsp:Policy>
10                                <sp:HttpsToken RequireClientCertificate="false"/>
11                            </wsp:Policy>
12                        </sp:TransportToken>
13                        <sp:AlgorithmSuite>
14                            <wsp:Policy>
15                                <sp:Basic256/>
16                            </wsp:Policy>
17                        </sp:AlgorithmSuite>
18                        <sp:Layout>
19                            <wsp:Policy>
20                                <sp:Lax/>
21                            </wsp:Policy>
22                        </sp:Layout>
23                        <sp:IncludeTimestamp/>
24                    </wsp:Policy>
25                </sp:TransportBinding>
26                <sp:SignedSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
27                    <wsp:Policy>
28                        <sp:UsernameToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
29                            <wsp:Policy>
30                                <sp:WssUsernameToken10/>
31                            </wsp:Policy>
32                        </sp:UsernameToken>
33                    </wsp:Policy>
34                </sp:SignedSupportingTokens>
35                <sp:Wss10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
36                    <wsp:Policy/>
37                </sp:Wss10>
38            </wsp:All>
39        </wsp:ExactlyOne>
40    </wsp:Policy>
41    <wsdl:types>
42        <xsd:schema targetNamespace="http://tempuri.org/Imports">
43            <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc?xsd=xsd0" namespace="http://tempuri.org/"/>
44            <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
45            <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Authentication.DataTransfer"/>
46        </xsd:schema>
47    </wsdl:types>
48    <wsdl:message name="IAuthenticationService_GetUser_InputMessage">
49        <wsdl:part name="parameters" element="tns:GetUser"/>
50    </wsdl:message>
51    <wsdl:message name="IAuthenticationService_GetUser_OutputMessage">
52        <wsdl:part name="parameters" element="tns:GetUserResponse"/>
53    </wsdl:message>
54    <wsdl:message name="IAuthenticationService_GetUsers_InputMessage">
55        <wsdl:part name="parameters" element="tns:GetUsers"/>
56    </wsdl:message>
57    <wsdl:message name="IAuthenticationService_GetUsers_OutputMessage">
58        <wsdl:part name="parameters" element="tns:GetUsersResponse"/>
59    </wsdl:message>
60    <wsdl:portType name="IAuthenticationService">
61        <wsdl:operation name="GetUser">
62            <wsdl:input wsaw:Action="http://tempuri.org/IAuthenticationService/GetUser" message="tns:IAuthenticationService_GetUser_InputMessage"/>
63            <wsdl:output wsaw:Action="http://tempuri.org/IAuthenticationService/GetUserResponse" message="tns:IAuthenticationService_GetUser_OutputMessage"/>
64        </wsdl:operation>
65        <wsdl:operation name="GetUsers">
66            <wsdl:input wsaw:Action="http://tempuri.org/IAuthenticationService/GetUsers" message="tns:IAuthenticationService_GetUsers_InputMessage"/>
67            <wsdl:output wsaw:Action="http://tempuri.org/IAuthenticationService/GetUsersResponse" message="tns:IAuthenticationService_GetUsers_OutputMessage"/>
68        </wsdl:operation>
69    </wsdl:portType>
70    <wsdl:binding name="AuthenticationService" type="tns:IAuthenticationService">
71        <wsp:PolicyReference URI="#AuthenticationService_policy"/>
72        <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
73        <wsdl:operation name="GetUser">
74            <soap:operation soapAction="http://tempuri.org/IAuthenticationService/GetUser" style="document"/>
75            <wsdl:input>
76                <soap:body use="literal"/>
77            </wsdl:input>
78            <wsdl:output>
79                <soap:body use="literal"/>
80            </wsdl:output>
81        </wsdl:operation>
82        <wsdl:operation name="GetUsers">
83            <soap:operation soapAction="http://tempuri.org/IAuthenticationService/GetUsers" style="document"/>
84            <wsdl:input>
85                <soap:body use="literal"/>
86            </wsdl:input>
87            <wsdl:output>
88                <soap:body use="literal"/>
89            </wsdl:output>
90        </wsdl:operation>
91    </wsdl:binding>
92    <wsdl:service name="AuthenticationService">
93        <wsdl:port name="AuthenticationService" binding="tns:AuthenticationService">
94            <soap:address location="https://services.heuristiclab.com/OKB.SPR.Java-3.3/AuthenticationService.svc"/>
95        </wsdl:port>
96    </wsdl:service>
97</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.