1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <wsdl:definitions name="QueryService" 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/" xmlns:wsp1="http://www.w3.org/ns/ws-policy" xmlns:sc="http://schemas.sun.com/2006/03/wss/client" xmlns:wspp="http://java.sun.com/xml/ns/wsit/policy" xmlns:sc1="http://schemas.sun.com/2006/03/wss/server">
|
---|
3 | <wsdl:types>
|
---|
4 | <xsd:schema targetNamespace="http://tempuri.org/Imports">
|
---|
5 | <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/QueryService.svc?xsd=xsd0" namespace="http://tempuri.org/"/>
|
---|
6 | <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/QueryService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
|
---|
7 | <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/QueryService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.Query.DataTransfer"/>
|
---|
8 | <xsd:import schemaLocation="https://services.heuristiclab.com/OKB.SPR.Java-3.3/QueryService.svc?xsd=xsd3" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
|
---|
9 | </xsd:schema>
|
---|
10 | </wsdl:types>
|
---|
11 | <wsdl:message name="IQueryService_GetFilters_InputMessage">
|
---|
12 | <wsdl:part name="parameters" element="tns:GetFilters"/>
|
---|
13 | </wsdl:message>
|
---|
14 | <wsdl:message name="IQueryService_GetFilters_OutputMessage">
|
---|
15 | <wsdl:part name="parameters" element="tns:GetFiltersResponse"/>
|
---|
16 | </wsdl:message>
|
---|
17 | <wsdl:message name="IQueryService_GetNumberOfRuns_InputMessage">
|
---|
18 | <wsdl:part name="parameters" element="tns:GetNumberOfRuns"/>
|
---|
19 | </wsdl:message>
|
---|
20 | <wsdl:message name="IQueryService_GetNumberOfRuns_OutputMessage">
|
---|
21 | <wsdl:part name="parameters" element="tns:GetNumberOfRunsResponse"/>
|
---|
22 | </wsdl:message>
|
---|
23 | <wsdl:message name="IQueryService_GetRunIds_InputMessage">
|
---|
24 | <wsdl:part name="parameters" element="tns:GetRunIds"/>
|
---|
25 | </wsdl:message>
|
---|
26 | <wsdl:message name="IQueryService_GetRunIds_OutputMessage">
|
---|
27 | <wsdl:part name="parameters" element="tns:GetRunIdsResponse"/>
|
---|
28 | </wsdl:message>
|
---|
29 | <wsdl:message name="IQueryService_GetRuns_InputMessage">
|
---|
30 | <wsdl:part name="parameters" element="tns:GetRuns"/>
|
---|
31 | </wsdl:message>
|
---|
32 | <wsdl:message name="IQueryService_GetRuns_OutputMessage">
|
---|
33 | <wsdl:part name="parameters" element="tns:GetRunsResponse"/>
|
---|
34 | </wsdl:message>
|
---|
35 | <wsdl:portType name="IQueryService">
|
---|
36 | <wsdl:operation name="GetFilters">
|
---|
37 | <wsdl:input wsaw:Action="http://tempuri.org/IQueryService/GetFilters" message="tns:IQueryService_GetFilters_InputMessage"/>
|
---|
38 | <wsdl:output wsaw:Action="http://tempuri.org/IQueryService/GetFiltersResponse" message="tns:IQueryService_GetFilters_OutputMessage"/>
|
---|
39 | </wsdl:operation>
|
---|
40 | <wsdl:operation name="GetNumberOfRuns">
|
---|
41 | <wsdl:input wsaw:Action="http://tempuri.org/IQueryService/GetNumberOfRuns" message="tns:IQueryService_GetNumberOfRuns_InputMessage"/>
|
---|
42 | <wsdl:output wsaw:Action="http://tempuri.org/IQueryService/GetNumberOfRunsResponse" message="tns:IQueryService_GetNumberOfRuns_OutputMessage"/>
|
---|
43 | </wsdl:operation>
|
---|
44 | <wsdl:operation name="GetRunIds">
|
---|
45 | <wsdl:input wsaw:Action="http://tempuri.org/IQueryService/GetRunIds" message="tns:IQueryService_GetRunIds_InputMessage"/>
|
---|
46 | <wsdl:output wsaw:Action="http://tempuri.org/IQueryService/GetRunIdsResponse" message="tns:IQueryService_GetRunIds_OutputMessage"/>
|
---|
47 | </wsdl:operation>
|
---|
48 | <wsdl:operation name="GetRuns">
|
---|
49 | <wsdl:input wsaw:Action="http://tempuri.org/IQueryService/GetRuns" message="tns:IQueryService_GetRuns_InputMessage"/>
|
---|
50 | <wsdl:output wsaw:Action="http://tempuri.org/IQueryService/GetRunsResponse" message="tns:IQueryService_GetRuns_OutputMessage"/>
|
---|
51 | </wsdl:operation>
|
---|
52 | </wsdl:portType>
|
---|
53 | <wsdl:binding name="QueryService" type="tns:IQueryService">
|
---|
54 | <wsp1:PolicyReference URI="#QueryServicePolicy"/>
|
---|
55 | <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
|
---|
56 | <wsdl:operation name="GetFilters">
|
---|
57 | <soap:operation soapAction="http://tempuri.org/IQueryService/GetFilters" style="document"/>
|
---|
58 | <wsdl:input>
|
---|
59 | <soap:body use="literal"/>
|
---|
60 | </wsdl:input>
|
---|
61 | <wsdl:output>
|
---|
62 | <soap:body use="literal"/>
|
---|
63 | </wsdl:output>
|
---|
64 | </wsdl:operation>
|
---|
65 | <wsdl:operation name="GetNumberOfRuns">
|
---|
66 | <soap:operation soapAction="http://tempuri.org/IQueryService/GetNumberOfRuns" style="document"/>
|
---|
67 | <wsdl:input>
|
---|
68 | <soap:body use="literal"/>
|
---|
69 | </wsdl:input>
|
---|
70 | <wsdl:output>
|
---|
71 | <soap:body use="literal"/>
|
---|
72 | </wsdl:output>
|
---|
73 | </wsdl:operation>
|
---|
74 | <wsdl:operation name="GetRunIds">
|
---|
75 | <soap:operation soapAction="http://tempuri.org/IQueryService/GetRunIds" style="document"/>
|
---|
76 | <wsdl:input>
|
---|
77 | <soap:body use="literal"/>
|
---|
78 | </wsdl:input>
|
---|
79 | <wsdl:output>
|
---|
80 | <soap:body use="literal"/>
|
---|
81 | </wsdl:output>
|
---|
82 | </wsdl:operation>
|
---|
83 | <wsdl:operation name="GetRuns">
|
---|
84 | <soap:operation soapAction="http://tempuri.org/IQueryService/GetRuns" style="document"/>
|
---|
85 | <wsdl:input>
|
---|
86 | <soap:body use="literal"/>
|
---|
87 | </wsdl:input>
|
---|
88 | <wsdl:output>
|
---|
89 | <soap:body use="literal"/>
|
---|
90 | </wsdl:output>
|
---|
91 | </wsdl:operation>
|
---|
92 | </wsdl:binding>
|
---|
93 | <wsdl:service name="QueryService">
|
---|
94 | <wsdl:port name="QueryService" binding="tns:QueryService">
|
---|
95 | <soap:address location="https://services.heuristiclab.com/OKB.SPR.Java-3.3/QueryService.svc"/>
|
---|
96 | </wsdl:port>
|
---|
97 | </wsdl:service>
|
---|
98 | <wsp1:Policy wsu:Id="QueryServicePolicy">
|
---|
99 | <wsp1:ExactlyOne>
|
---|
100 | <wsp1:All>
|
---|
101 | <sc:CallbackHandlerConfiguration wspp:visibility="private">
|
---|
102 | <sc:CallbackHandler default="okbtester" name="usernameHandler"/>
|
---|
103 | <sc:CallbackHandler default="okbtester" name="passwordHandler"/>
|
---|
104 | </sc:CallbackHandlerConfiguration>
|
---|
105 | <wsam:Addressing wsp1:Optional="false"/>
|
---|
106 | <sc1:KeyStore wspp:visibility="private"/>
|
---|
107 | </wsp1:All>
|
---|
108 | </wsp1:ExactlyOne>
|
---|
109 | </wsp1:Policy>
|
---|
110 | </wsdl:definitions> |
---|