Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/18/10 17:23:09 (14 years ago)
Author:
cneumuel
Message:

some small refactorings (#1159)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Communication/3.3/Service References/ServerService/service1.wsdl

    r4107 r4254  
    11<?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:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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="ClientFacade" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    3   <wsp:Policy wsu:Id="NetTcpBinding_IClientFacade_policy">
     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:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 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="SlaveFacade" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
     3  <wsp:Policy wsu:Id="NetTcpBinding_ISlaveFacade_policy">
    44    <wsp:ExactlyOne>
    55      <wsp:All>
     
    2626    </xsd:schema>
    2727  </wsdl:types>
    28   <wsdl:message name="IClientFacade_Login_InputMessage">
     28  <wsdl:message name="ISlaveFacade_Login_InputMessage">
    2929    <wsdl:part name="parameters" element="tns:Login" />
    3030  </wsdl:message>
    31   <wsdl:message name="IClientFacade_Login_OutputMessage">
     31  <wsdl:message name="ISlaveFacade_Login_OutputMessage">
    3232    <wsdl:part name="parameters" element="tns:LoginResponse" />
    3333  </wsdl:message>
    34   <wsdl:message name="IClientFacade_ProcessHeartBeat_InputMessage">
     34  <wsdl:message name="ISlaveFacade_ProcessHeartBeat_InputMessage">
    3535    <wsdl:part name="parameters" element="tns:ProcessHeartBeat" />
    3636  </wsdl:message>
    37   <wsdl:message name="IClientFacade_ProcessHeartBeat_OutputMessage">
     37  <wsdl:message name="ISlaveFacade_ProcessHeartBeat_OutputMessage">
    3838    <wsdl:part name="parameters" element="tns:ProcessHeartBeatResponse" />
    3939  </wsdl:message>
    40   <wsdl:message name="IClientFacade_SendJob_InputMessage">
    41     <wsdl:part name="parameters" element="tns:SendJob" />
    42   </wsdl:message>
    43   <wsdl:message name="IClientFacade_SendJob_OutputMessage">
    44     <wsdl:part name="parameters" element="tns:SendJobResponse" />
    45   </wsdl:message>
    46   <wsdl:message name="IClientFacade_StoreFinishedJobResult_InputMessage">
     40  <wsdl:message name="ISlaveFacade_GetJob_InputMessage">
     41    <wsdl:part name="parameters" element="tns:GetJob" />
     42  </wsdl:message>
     43  <wsdl:message name="ISlaveFacade_GetJob_OutputMessage">
     44    <wsdl:part name="parameters" element="tns:GetJobResponse" />
     45  </wsdl:message>
     46  <wsdl:message name="ISlaveFacade_StoreFinishedJobResult_InputMessage">
    4747    <wsdl:part name="parameters" element="tns:StoreFinishedJobResult" />
    4848  </wsdl:message>
    49   <wsdl:message name="IClientFacade_StoreFinishedJobResult_OutputMessage">
     49  <wsdl:message name="ISlaveFacade_StoreFinishedJobResult_OutputMessage">
    5050    <wsdl:part name="parameters" element="tns:StoreFinishedJobResultResponse" />
    5151  </wsdl:message>
    52   <wsdl:message name="IClientFacade_ProcessSnapshot_InputMessage">
     52  <wsdl:message name="ISlaveFacade_ProcessSnapshot_InputMessage">
    5353    <wsdl:part name="parameters" element="tns:ProcessSnapshot" />
    5454  </wsdl:message>
    55   <wsdl:message name="IClientFacade_ProcessSnapshot_OutputMessage">
     55  <wsdl:message name="ISlaveFacade_ProcessSnapshot_OutputMessage">
    5656    <wsdl:part name="parameters" element="tns:ProcessSnapshotResponse" />
    5757  </wsdl:message>
    58   <wsdl:message name="IClientFacade_Logout_InputMessage">
     58  <wsdl:message name="ISlaveFacade_Logout_InputMessage">
    5959    <wsdl:part name="parameters" element="tns:Logout" />
    6060  </wsdl:message>
    61   <wsdl:message name="IClientFacade_Logout_OutputMessage">
     61  <wsdl:message name="ISlaveFacade_Logout_OutputMessage">
    6262    <wsdl:part name="parameters" element="tns:LogoutResponse" />
    6363  </wsdl:message>
    64   <wsdl:message name="IClientFacade_IsJobStillNeeded_InputMessage">
     64  <wsdl:message name="ISlaveFacade_IsJobStillNeeded_InputMessage">
    6565    <wsdl:part name="parameters" element="tns:IsJobStillNeeded" />
    6666  </wsdl:message>
    67   <wsdl:message name="IClientFacade_IsJobStillNeeded_OutputMessage">
     67  <wsdl:message name="ISlaveFacade_IsJobStillNeeded_OutputMessage">
    6868    <wsdl:part name="parameters" element="tns:IsJobStillNeededResponse" />
    6969  </wsdl:message>
    70   <wsdl:message name="IClientFacade_SendPlugins_InputMessage">
     70  <wsdl:message name="ISlaveFacade_SendPlugins_InputMessage">
    7171    <wsdl:part name="parameters" element="tns:SendPlugins" />
    7272  </wsdl:message>
    73   <wsdl:message name="IClientFacade_SendPlugins_OutputMessage">
     73  <wsdl:message name="ISlaveFacade_SendPlugins_OutputMessage">
    7474    <wsdl:part name="parameters" element="tns:SendPluginsResponse" />
    7575  </wsdl:message>
    76   <wsdl:message name="IClientFacade_GetCalendar_InputMessage">
     76  <wsdl:message name="ISlaveFacade_GetCalendar_InputMessage">
    7777    <wsdl:part name="parameters" element="tns:GetCalendar" />
    7878  </wsdl:message>
    79   <wsdl:message name="IClientFacade_GetCalendar_OutputMessage">
     79  <wsdl:message name="ISlaveFacade_GetCalendar_OutputMessage">
    8080    <wsdl:part name="parameters" element="tns:GetCalendarResponse" />
    8181  </wsdl:message>
    82   <wsdl:message name="IClientFacade_SetCalendarStatus_InputMessage">
     82  <wsdl:message name="ISlaveFacade_SetCalendarStatus_InputMessage">
    8383    <wsdl:part name="parameters" element="tns:SetCalendarStatus" />
    8484  </wsdl:message>
    85   <wsdl:message name="IClientFacade_SetCalendarStatus_OutputMessage">
     85  <wsdl:message name="ISlaveFacade_SetCalendarStatus_OutputMessage">
    8686    <wsdl:part name="parameters" element="tns:SetCalendarStatusResponse" />
    8787  </wsdl:message>
    88   <wsdl:message name="IClientFacade_SendStreamedJob_InputMessage">
     88  <wsdl:message name="ISlaveFacade_SendStreamedJob_InputMessage">
    8989    <wsdl:part name="parameters" element="tns:SendStreamedJob" />
    9090  </wsdl:message>
    91   <wsdl:message name="IClientFacade_SendStreamedJob_OutputMessage">
     91  <wsdl:message name="ISlaveFacade_SendStreamedJob_OutputMessage">
    9292    <wsdl:part name="parameters" element="tns:SendStreamedJobResponse" />
    9393  </wsdl:message>
    94   <wsdl:message name="IClientFacade_SendStreamedPlugins_InputMessage">
     94  <wsdl:message name="ISlaveFacade_SendStreamedPlugins_InputMessage">
    9595    <wsdl:part name="parameters" element="tns:SendStreamedPlugins" />
    9696  </wsdl:message>
    97   <wsdl:message name="IClientFacade_SendStreamedPlugins_OutputMessage">
     97  <wsdl:message name="ISlaveFacade_SendStreamedPlugins_OutputMessage">
    9898    <wsdl:part name="parameters" element="tns:SendStreamedPluginsResponse" />
    9999  </wsdl:message>
    100   <wsdl:message name="IClientFacade_StoreFinishedJobResultStreamed_InputMessage">
     100  <wsdl:message name="ISlaveFacade_StoreFinishedJobResultStreamed_InputMessage">
    101101    <wsdl:part name="parameters" element="tns:StoreFinishedJobResultStreamed" />
    102102  </wsdl:message>
    103   <wsdl:message name="IClientFacade_StoreFinishedJobResultStreamed_OutputMessage">
     103  <wsdl:message name="ISlaveFacade_StoreFinishedJobResultStreamed_OutputMessage">
    104104    <wsdl:part name="parameters" element="tns:StoreFinishedJobResultStreamedResponse" />
    105105  </wsdl:message>
    106   <wsdl:message name="IClientFacade_ProcessSnapshotStreamed_InputMessage">
     106  <wsdl:message name="ISlaveFacade_ProcessSnapshotStreamed_InputMessage">
    107107    <wsdl:part name="parameters" element="tns:ProcessSnapshotStreamed" />
    108108  </wsdl:message>
    109   <wsdl:message name="IClientFacade_ProcessSnapshotStreamed_OutputMessage">
     109  <wsdl:message name="ISlaveFacade_ProcessSnapshotStreamed_OutputMessage">
    110110    <wsdl:part name="parameters" element="tns:ProcessSnapshotStreamedResponse" />
    111111  </wsdl:message>
    112   <wsdl:portType name="IClientFacade">
     112  <wsdl:portType name="ISlaveFacade">
    113113    <wsdl:operation name="Login">
    114       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/Login" message="tns:IClientFacade_Login_InputMessage" />
    115       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/LoginResponse" message="tns:IClientFacade_Login_OutputMessage" />
     114      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/Login" message="tns:ISlaveFacade_Login_InputMessage" />
     115      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/LoginResponse" message="tns:ISlaveFacade_Login_OutputMessage" />
    116116    </wsdl:operation>
    117117    <wsdl:operation name="ProcessHeartBeat">
    118       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/ProcessHeartBeat" message="tns:IClientFacade_ProcessHeartBeat_InputMessage" />
    119       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/ProcessHeartBeatResponse" message="tns:IClientFacade_ProcessHeartBeat_OutputMessage" />
    120     </wsdl:operation>
    121     <wsdl:operation name="SendJob">
    122       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/SendJob" message="tns:IClientFacade_SendJob_InputMessage" />
    123       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/SendJobResponse" message="tns:IClientFacade_SendJob_OutputMessage" />
     118      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/ProcessHeartBeat" message="tns:ISlaveFacade_ProcessHeartBeat_InputMessage" />
     119      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/ProcessHeartBeatResponse" message="tns:ISlaveFacade_ProcessHeartBeat_OutputMessage" />
     120    </wsdl:operation>
     121    <wsdl:operation name="GetJob">
     122      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/GetJob" message="tns:ISlaveFacade_GetJob_InputMessage" />
     123      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/GetJobResponse" message="tns:ISlaveFacade_GetJob_OutputMessage" />
    124124    </wsdl:operation>
    125125    <wsdl:operation name="StoreFinishedJobResult">
    126       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/StoreFinishedJobResult" message="tns:IClientFacade_StoreFinishedJobResult_InputMessage" />
    127       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/StoreFinishedJobResultResponse" message="tns:IClientFacade_StoreFinishedJobResult_OutputMessage" />
     126      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/StoreFinishedJobResult" message="tns:ISlaveFacade_StoreFinishedJobResult_InputMessage" />
     127      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/StoreFinishedJobResultResponse" message="tns:ISlaveFacade_StoreFinishedJobResult_OutputMessage" />
    128128    </wsdl:operation>
    129129    <wsdl:operation name="ProcessSnapshot">
    130       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/ProcessSnapshot" message="tns:IClientFacade_ProcessSnapshot_InputMessage" />
    131       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/ProcessSnapshotResponse" message="tns:IClientFacade_ProcessSnapshot_OutputMessage" />
     130      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/ProcessSnapshot" message="tns:ISlaveFacade_ProcessSnapshot_InputMessage" />
     131      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/ProcessSnapshotResponse" message="tns:ISlaveFacade_ProcessSnapshot_OutputMessage" />
    132132    </wsdl:operation>
    133133    <wsdl:operation name="Logout">
    134       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/Logout" message="tns:IClientFacade_Logout_InputMessage" />
    135       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/LogoutResponse" message="tns:IClientFacade_Logout_OutputMessage" />
     134      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/Logout" message="tns:ISlaveFacade_Logout_InputMessage" />
     135      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/LogoutResponse" message="tns:ISlaveFacade_Logout_OutputMessage" />
    136136    </wsdl:operation>
    137137    <wsdl:operation name="IsJobStillNeeded">
    138       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/IsJobStillNeeded" message="tns:IClientFacade_IsJobStillNeeded_InputMessage" />
    139       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/IsJobStillNeededResponse" message="tns:IClientFacade_IsJobStillNeeded_OutputMessage" />
     138      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/IsJobStillNeeded" message="tns:ISlaveFacade_IsJobStillNeeded_InputMessage" />
     139      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/IsJobStillNeededResponse" message="tns:ISlaveFacade_IsJobStillNeeded_OutputMessage" />
    140140    </wsdl:operation>
    141141    <wsdl:operation name="SendPlugins">
    142       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/SendPlugins" message="tns:IClientFacade_SendPlugins_InputMessage" />
    143       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/SendPluginsResponse" message="tns:IClientFacade_SendPlugins_OutputMessage" />
     142      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/SendPlugins" message="tns:ISlaveFacade_SendPlugins_InputMessage" />
     143      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/SendPluginsResponse" message="tns:ISlaveFacade_SendPlugins_OutputMessage" />
    144144    </wsdl:operation>
    145145    <wsdl:operation name="GetCalendar">
    146       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/GetCalendar" message="tns:IClientFacade_GetCalendar_InputMessage" />
    147       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/GetCalendarResponse" message="tns:IClientFacade_GetCalendar_OutputMessage" />
     146      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/GetCalendar" message="tns:ISlaveFacade_GetCalendar_InputMessage" />
     147      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/GetCalendarResponse" message="tns:ISlaveFacade_GetCalendar_OutputMessage" />
    148148    </wsdl:operation>
    149149    <wsdl:operation name="SetCalendarStatus">
    150       <wsdl:input wsaw:Action="http://tempuri.org/IClientCommunicator/SetCalendarStatus" message="tns:IClientFacade_SetCalendarStatus_InputMessage" />
    151       <wsdl:output wsaw:Action="http://tempuri.org/IClientCommunicator/SetCalendarStatusResponse" message="tns:IClientFacade_SetCalendarStatus_OutputMessage" />
     150      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveCommunicator/SetCalendarStatus" message="tns:ISlaveFacade_SetCalendarStatus_InputMessage" />
     151      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveCommunicator/SetCalendarStatusResponse" message="tns:ISlaveFacade_SetCalendarStatus_OutputMessage" />
    152152    </wsdl:operation>
    153153    <wsdl:operation name="SendStreamedJob">
    154       <wsdl:input wsaw:Action="http://tempuri.org/IClientFacade/SendStreamedJob" message="tns:IClientFacade_SendStreamedJob_InputMessage" />
    155       <wsdl:output wsaw:Action="http://tempuri.org/IClientFacade/SendStreamedJobResponse" message="tns:IClientFacade_SendStreamedJob_OutputMessage" />
     154      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveFacade/SendStreamedJob" message="tns:ISlaveFacade_SendStreamedJob_InputMessage" />
     155      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveFacade/SendStreamedJobResponse" message="tns:ISlaveFacade_SendStreamedJob_OutputMessage" />
    156156    </wsdl:operation>
    157157    <wsdl:operation name="SendStreamedPlugins">
    158       <wsdl:input wsaw:Action="http://tempuri.org/IClientFacade/SendStreamedPlugins" message="tns:IClientFacade_SendStreamedPlugins_InputMessage" />
    159       <wsdl:output wsaw:Action="http://tempuri.org/IClientFacade/SendStreamedPluginsResponse" message="tns:IClientFacade_SendStreamedPlugins_OutputMessage" />
     158      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveFacade/SendStreamedPlugins" message="tns:ISlaveFacade_SendStreamedPlugins_InputMessage" />
     159      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveFacade/SendStreamedPluginsResponse" message="tns:ISlaveFacade_SendStreamedPlugins_OutputMessage" />
    160160    </wsdl:operation>
    161161    <wsdl:operation name="StoreFinishedJobResultStreamed">
    162       <wsdl:input wsaw:Action="http://tempuri.org/IClientFacade/StoreFinishedJobResultStreamed" message="tns:IClientFacade_StoreFinishedJobResultStreamed_InputMessage" />
    163       <wsdl:output wsaw:Action="http://tempuri.org/IClientFacade/StoreFinishedJobResultStreamedResponse" message="tns:IClientFacade_StoreFinishedJobResultStreamed_OutputMessage" />
     162      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveFacade/StoreFinishedJobResultStreamed" message="tns:ISlaveFacade_StoreFinishedJobResultStreamed_InputMessage" />
     163      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveFacade/StoreFinishedJobResultStreamedResponse" message="tns:ISlaveFacade_StoreFinishedJobResultStreamed_OutputMessage" />
    164164    </wsdl:operation>
    165165    <wsdl:operation name="ProcessSnapshotStreamed">
    166       <wsdl:input wsaw:Action="http://tempuri.org/IClientFacade/ProcessSnapshotStreamed" message="tns:IClientFacade_ProcessSnapshotStreamed_InputMessage" />
    167       <wsdl:output wsaw:Action="http://tempuri.org/IClientFacade/ProcessSnapshotStreamedResponse" message="tns:IClientFacade_ProcessSnapshotStreamed_OutputMessage" />
     166      <wsdl:input wsaw:Action="http://tempuri.org/ISlaveFacade/ProcessSnapshotStreamed" message="tns:ISlaveFacade_ProcessSnapshotStreamed_InputMessage" />
     167      <wsdl:output wsaw:Action="http://tempuri.org/ISlaveFacade/ProcessSnapshotStreamedResponse" message="tns:ISlaveFacade_ProcessSnapshotStreamed_OutputMessage" />
    168168    </wsdl:operation>
    169169  </wsdl:portType>
    170   <wsdl:binding name="NetTcpBinding_IClientFacade" type="tns:IClientFacade">
    171     <wsp:PolicyReference URI="#NetTcpBinding_IClientFacade_policy">
     170  <wsdl:binding name="NetTcpBinding_ISlaveFacade" type="tns:ISlaveFacade">
     171    <wsp:PolicyReference URI="#NetTcpBinding_ISlaveFacade_policy">
    172172    </wsp:PolicyReference>
    173173    <soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
    174174    <wsdl:operation name="Login">
    175       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/Login" style="document" />
     175      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/Login" style="document" />
    176176      <wsdl:input>
    177177        <soap12:body use="literal" />
     
    182182    </wsdl:operation>
    183183    <wsdl:operation name="ProcessHeartBeat">
    184       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/ProcessHeartBeat" style="document" />
    185       <wsdl:input>
    186         <soap12:body use="literal" />
    187       </wsdl:input>
    188       <wsdl:output>
    189         <soap12:body use="literal" />
    190       </wsdl:output>
    191     </wsdl:operation>
    192     <wsdl:operation name="SendJob">
    193       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/SendJob" style="document" />
     184      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/ProcessHeartBeat" style="document" />
     185      <wsdl:input>
     186        <soap12:body use="literal" />
     187      </wsdl:input>
     188      <wsdl:output>
     189        <soap12:body use="literal" />
     190      </wsdl:output>
     191    </wsdl:operation>
     192    <wsdl:operation name="GetJob">
     193      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/GetJob" style="document" />
    194194      <wsdl:input>
    195195        <soap12:body use="literal" />
     
    200200    </wsdl:operation>
    201201    <wsdl:operation name="StoreFinishedJobResult">
    202       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/StoreFinishedJobResult" style="document" />
     202      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/StoreFinishedJobResult" style="document" />
    203203      <wsdl:input>
    204204        <soap12:body use="literal" />
     
    209209    </wsdl:operation>
    210210    <wsdl:operation name="ProcessSnapshot">
    211       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/ProcessSnapshot" style="document" />
     211      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/ProcessSnapshot" style="document" />
    212212      <wsdl:input>
    213213        <soap12:body use="literal" />
     
    218218    </wsdl:operation>
    219219    <wsdl:operation name="Logout">
    220       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/Logout" style="document" />
     220      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/Logout" style="document" />
    221221      <wsdl:input>
    222222        <soap12:body use="literal" />
     
    227227    </wsdl:operation>
    228228    <wsdl:operation name="IsJobStillNeeded">
    229       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/IsJobStillNeeded" style="document" />
     229      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/IsJobStillNeeded" style="document" />
    230230      <wsdl:input>
    231231        <soap12:body use="literal" />
     
    236236    </wsdl:operation>
    237237    <wsdl:operation name="SendPlugins">
    238       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/SendPlugins" style="document" />
     238      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/SendPlugins" style="document" />
    239239      <wsdl:input>
    240240        <soap12:body use="literal" />
     
    245245    </wsdl:operation>
    246246    <wsdl:operation name="GetCalendar">
    247       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/GetCalendar" style="document" />
     247      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/GetCalendar" style="document" />
    248248      <wsdl:input>
    249249        <soap12:body use="literal" />
     
    254254    </wsdl:operation>
    255255    <wsdl:operation name="SetCalendarStatus">
    256       <soap12:operation soapAction="http://tempuri.org/IClientCommunicator/SetCalendarStatus" style="document" />
     256      <soap12:operation soapAction="http://tempuri.org/ISlaveCommunicator/SetCalendarStatus" style="document" />
    257257      <wsdl:input>
    258258        <soap12:body use="literal" />
     
    263263    </wsdl:operation>
    264264    <wsdl:operation name="SendStreamedJob">
    265       <soap12:operation soapAction="http://tempuri.org/IClientFacade/SendStreamedJob" style="document" />
     265      <soap12:operation soapAction="http://tempuri.org/ISlaveFacade/SendStreamedJob" style="document" />
    266266      <wsdl:input>
    267267        <soap12:body use="literal" />
     
    272272    </wsdl:operation>
    273273    <wsdl:operation name="SendStreamedPlugins">
    274       <soap12:operation soapAction="http://tempuri.org/IClientFacade/SendStreamedPlugins" style="document" />
     274      <soap12:operation soapAction="http://tempuri.org/ISlaveFacade/SendStreamedPlugins" style="document" />
    275275      <wsdl:input>
    276276        <soap12:body use="literal" />
     
    281281    </wsdl:operation>
    282282    <wsdl:operation name="StoreFinishedJobResultStreamed">
    283       <soap12:operation soapAction="http://tempuri.org/IClientFacade/StoreFinishedJobResultStreamed" style="document" />
     283      <soap12:operation soapAction="http://tempuri.org/ISlaveFacade/StoreFinishedJobResultStreamed" style="document" />
    284284      <wsdl:input>
    285285        <soap12:body use="literal" />
     
    290290    </wsdl:operation>
    291291    <wsdl:operation name="ProcessSnapshotStreamed">
    292       <soap12:operation soapAction="http://tempuri.org/IClientFacade/ProcessSnapshotStreamed" style="document" />
     292      <soap12:operation soapAction="http://tempuri.org/ISlaveFacade/ProcessSnapshotStreamed" style="document" />
    293293      <wsdl:input>
    294294        <soap12:body use="literal" />
     
    299299    </wsdl:operation>
    300300  </wsdl:binding>
    301   <wsdl:service name="ClientFacade">
    302     <wsdl:port name="NetTcpBinding_IClientFacade" binding="tns:NetTcpBinding_IClientFacade">
    303       <soap12:address location="net.tcp://10.42.1.153:9000/HiveServer/ClientCommunicator" />
     301  <wsdl:service name="SlaveFacade">
     302    <wsdl:port name="NetTcpBinding_ISlaveFacade" binding="tns:NetTcpBinding_ISlaveFacade">
     303      <soap12:address location="net.tcp://10.42.1.154:9000/HiveServer/ClientCommunicator" />
    304304      <wsa10:EndpointReference>
    305         <wsa10:Address>net.tcp://10.42.1.153:9000/HiveServer/ClientCommunicator</wsa10:Address>
     305        <wsa10:Address>net.tcp://10.42.1.154:9000/HiveServer/ClientCommunicator</wsa10:Address>
    306306      </wsa10:EndpointReference>
    307307    </wsdl:port>
Note: See TracChangeset for help on using the changeset viewer.