Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Service References/QAPInstanceService/QAP.wsdl @ 6875

Last change on this file since 6875 was 6875, checked in by abeham, 13 years ago

#1619

  • Moved QAPLIB files from the problem plugin to the test plugin
  • Updated unit test
  • Moved service reference to the problem plugin (from the views plugin)
  • Created a simple test list for our most common tests
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" 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:xsd="http://www.w3.org/2001/XMLSchema" name="QAP" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
3  <wsdl:types>
4    <xsd:schema targetNamespace="http://tempuri.org/Imports">
5      <xsd:import schemaLocation="http://services.heuristiclab.com/ProblemInstances-3.3/QAP/QAP.svc?xsd=xsd0" namespace="http://tempuri.org/" />
6      <xsd:import schemaLocation="http://services.heuristiclab.com/ProblemInstances-3.3/QAP/QAP.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
7      <xsd:import schemaLocation="http://services.heuristiclab.com/ProblemInstances-3.3/QAP/QAP.svc?xsd=xsd2" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
8      <xsd:import schemaLocation="http://services.heuristiclab.com/ProblemInstances-3.3/QAP/QAP.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.ProblemInstances" />
9    </xsd:schema>
10  </wsdl:types>
11  <wsdl:message name="IQAP_GetProblemInstances_InputMessage">
12    <wsdl:part name="parameters" element="tns:GetProblemInstances" />
13  </wsdl:message>
14  <wsdl:message name="IQAP_GetProblemInstances_OutputMessage">
15    <wsdl:part name="parameters" element="tns:GetProblemInstancesResponse" />
16  </wsdl:message>
17  <wsdl:message name="IQAP_GetProblemInstanceData_InputMessage">
18    <wsdl:part name="parameters" element="tns:GetProblemInstanceData" />
19  </wsdl:message>
20  <wsdl:message name="IQAP_GetProblemInstanceData_OutputMessage">
21    <wsdl:part name="parameters" element="tns:GetProblemInstanceDataResponse" />
22  </wsdl:message>
23  <wsdl:message name="IQAP_GetBestSolutionsData_InputMessage">
24    <wsdl:part name="parameters" element="tns:GetBestSolutionsData" />
25  </wsdl:message>
26  <wsdl:message name="IQAP_GetBestSolutionsData_OutputMessage">
27    <wsdl:part name="parameters" element="tns:GetBestSolutionsDataResponse" />
28  </wsdl:message>
29  <wsdl:portType name="IQAP">
30    <wsdl:operation name="GetProblemInstances">
31      <wsdl:input wsaw:Action="http://tempuri.org/IQAP/GetProblemInstances" message="tns:IQAP_GetProblemInstances_InputMessage" />
32      <wsdl:output wsaw:Action="http://tempuri.org/IQAP/GetProblemInstancesResponse" message="tns:IQAP_GetProblemInstances_OutputMessage" />
33    </wsdl:operation>
34    <wsdl:operation name="GetProblemInstanceData">
35      <wsdl:input wsaw:Action="http://tempuri.org/IQAP/GetProblemInstanceData" message="tns:IQAP_GetProblemInstanceData_InputMessage" />
36      <wsdl:output wsaw:Action="http://tempuri.org/IQAP/GetProblemInstanceDataResponse" message="tns:IQAP_GetProblemInstanceData_OutputMessage" />
37    </wsdl:operation>
38    <wsdl:operation name="GetBestSolutionsData">
39      <wsdl:input wsaw:Action="http://tempuri.org/IQAP/GetBestSolutionsData" message="tns:IQAP_GetBestSolutionsData_InputMessage" />
40      <wsdl:output wsaw:Action="http://tempuri.org/IQAP/GetBestSolutionsDataResponse" message="tns:IQAP_GetBestSolutionsData_OutputMessage" />
41    </wsdl:operation>
42  </wsdl:portType>
43  <wsdl:binding name="BasicHttpBinding_IQAP" type="tns:IQAP">
44    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
45    <wsdl:operation name="GetProblemInstances">
46      <soap:operation soapAction="http://tempuri.org/IQAP/GetProblemInstances" style="document" />
47      <wsdl:input>
48        <soap:body use="literal" />
49      </wsdl:input>
50      <wsdl:output>
51        <soap:body use="literal" />
52      </wsdl:output>
53    </wsdl:operation>
54    <wsdl:operation name="GetProblemInstanceData">
55      <soap:operation soapAction="http://tempuri.org/IQAP/GetProblemInstanceData" style="document" />
56      <wsdl:input>
57        <soap:body use="literal" />
58      </wsdl:input>
59      <wsdl:output>
60        <soap:body use="literal" />
61      </wsdl:output>
62    </wsdl:operation>
63    <wsdl:operation name="GetBestSolutionsData">
64      <soap:operation soapAction="http://tempuri.org/IQAP/GetBestSolutionsData" style="document" />
65      <wsdl:input>
66        <soap:body use="literal" />
67      </wsdl:input>
68      <wsdl:output>
69        <soap:body use="literal" />
70      </wsdl:output>
71    </wsdl:operation>
72  </wsdl:binding>
73  <wsdl:service name="QAP">
74    <wsdl:port name="BasicHttpBinding_IQAP" binding="tns:BasicHttpBinding_IQAP">
75      <soap:address location="http://services.heuristiclab.com/ProblemInstances-3.3/QAP/QAP.svc" />
76    </wsdl:port>
77  </wsdl:service>
78</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.