Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/09 15:47:37 (15 years ago)
Author:
kgrading
Message:

bugfixes and updated webservice (#529)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/Service References/ServerService/service2.xsd

    r1147 r1366  
    1919    </xs:complexType>
    2020  </xs:element>
    21   <xs:element name="SendHeartBeat">
     21  <xs:element name="ProcessHeartBeat">
    2222    <xs:complexType>
    2323      <xs:sequence>
     
    2626    </xs:complexType>
    2727  </xs:element>
    28   <xs:element name="SendHeartBeatResponse">
     28  <xs:element name="ProcessHeartBeatResponse">
    2929    <xs:complexType>
    3030      <xs:sequence>
    31         <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="SendHeartBeatResult" nillable="true" type="q4:ResponseHB" />
     31        <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="ProcessHeartBeatResult" nillable="true" type="q4:ResponseHB" />
    3232      </xs:sequence>
    3333    </xs:complexType>
    3434  </xs:element>
    35   <xs:element name="PullJob">
     35  <xs:element name="SendJob">
    3636    <xs:complexType>
    3737      <xs:sequence>
     
    4040    </xs:complexType>
    4141  </xs:element>
    42   <xs:element name="PullJobResponse">
     42  <xs:element name="SendJobResponse">
    4343    <xs:complexType>
    4444      <xs:sequence>
    45         <xs:element xmlns:q6="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="PullJobResult" nillable="true" type="q6:ResponseJob" />
     45        <xs:element xmlns:q6="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="SendJobResult" nillable="true" type="q6:ResponseJob" />
    4646      </xs:sequence>
    4747    </xs:complexType>
    4848  </xs:element>
    49   <xs:element name="SendJobResult">
     49  <xs:element name="ProcessJobResult">
    5050    <xs:complexType>
    5151      <xs:sequence>
     
    5959    </xs:complexType>
    6060  </xs:element>
    61   <xs:element name="SendJobResultResponse">
     61  <xs:element name="ProcessJobResultResponse">
    6262    <xs:complexType>
    6363      <xs:sequence>
    64         <xs:element xmlns:q9="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="SendJobResultResult" nillable="true" type="q9:ResponseResultReceived" />
     64        <xs:element xmlns:q9="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Contracts" minOccurs="0" name="ProcessJobResultResult" nillable="true" type="q9:ResponseResultReceived" />
    6565      </xs:sequence>
    6666    </xs:complexType>
Note: See TracChangeset for help on using the changeset viewer.