Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 17:24:31 (14 years ago)
Author:
gkronber
Message:

Worked on administration front-end for deployment service. #860 (Deployment server for plugin installation from web locations)

Location:
branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test
Files:
4 added
2 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/HeuristicLab.Services.Deployment.Test.csproj

    r2802 r2804  
    104104    <None Include="Properties\DataSources\HeuristicLab.Services.Deployment.DataContract.PluginDescription.datasource" />
    105105    <None Include="Properties\DataSources\HeuristicLab.Services.Deployment.DataContract.ProductDescription.datasource" />
    106     <None Include="Service References\AdminService\HeuristicLab.Services.Deployment.DataAccess.xsd" />
     106    <None Include="Properties\DataSources\HeuristicLab.Services.Deployment.PluginDescription.datasource" />
     107    <None Include="Properties\DataSources\HeuristicLab.Services.Deployment.ProductDescription.datasource" />
     108    <None Include="Service References\AdminService\HeuristicLab.Services.Deployment.xsd" />
    107109    <None Include="Service References\AdminService\service.wsdl" />
    108110    <None Include="Service References\AdminService\service.xsd" />
    109111    <None Include="Service References\AdminService\service1.xsd" />
    110112    <None Include="Service References\AdminService\System.xsd" />
    111     <None Include="Service References\UpdateService\HeuristicLab.Services.Deployment.DataAccess.xsd" />
     113    <None Include="Service References\UpdateService\HeuristicLab.Services.Deployment.xsd" />
    112114    <None Include="Service References\UpdateService\service.wsdl" />
    113115    <None Include="Service References\UpdateService\service.xsd" />
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/AdminService/Reference.cs

    r2771 r2804  
    1717       
    1818        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdmin/DeployProduct", ReplyAction="http://tempuri.org/IAdmin/DeployProductResponse")]
    19         void DeployProduct(HeuristicLab.Services.Deployment.DataAccess.ProductDescription product);
     19        void DeployProduct(HeuristicLab.Services.Deployment.ProductDescription product);
    2020       
    2121        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdmin/DeployPlugin", ReplyAction="http://tempuri.org/IAdmin/DeployPluginResponse")]
    22         void DeployPlugin(HeuristicLab.Services.Deployment.DataAccess.PluginDescription plugin, byte[] zipFile);
     22        void DeployPlugin(HeuristicLab.Services.Deployment.PluginDescription plugin, byte[] zipFile);
    2323    }
    2424   
     
    5050        }
    5151       
    52         public void DeployProduct(HeuristicLab.Services.Deployment.DataAccess.ProductDescription product) {
     52        public void DeployProduct(HeuristicLab.Services.Deployment.ProductDescription product) {
    5353            base.Channel.DeployProduct(product);
    5454        }
    5555       
    56         public void DeployPlugin(HeuristicLab.Services.Deployment.DataAccess.PluginDescription plugin, byte[] zipFile) {
     56        public void DeployPlugin(HeuristicLab.Services.Deployment.PluginDescription plugin, byte[] zipFile) {
    5757            base.Channel.DeployPlugin(plugin, zipFile);
    5858        }
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/AdminService/Reference.svcmap

    r2802 r2804  
    2424    <MetadataFile FileName="service.xsd" MetadataType="Schema" ID="c0d733c0-fa7a-4965-bf67-e04efdf79732" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Admin/mex" />
    2525    <MetadataFile FileName="service1.xsd" MetadataType="Schema" ID="8b323fa0-af4b-4db2-95c7-caf4621ded43" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Admin/mex" />
    26     <MetadataFile FileName="HeuristicLab.Services.Deployment.DataAccess.xsd" MetadataType="Schema" ID="45a12626-e280-4b27-a897-c66de0c21595" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Admin/mex" />
     26    <MetadataFile FileName="HeuristicLab.Services.Deployment.xsd" MetadataType="Schema" ID="b359957d-39eb-4fda-b855-9cf0efe56074" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Admin/mex" />
    2727    <MetadataFile FileName="System.xsd" MetadataType="Schema" ID="de5b0b79-4ace-49d6-9d08-a352d353beef" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Admin/mex" />
    2828  </Metadata>
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/AdminService/service.wsdl

    r2771 r2804  
    187187      <xsd:import namespace="http://tempuri.org/" />
    188188      <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    189       <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" />
     189      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" />
    190190      <xsd:import namespace="http://schemas.datacontract.org/2004/07/System" />
    191191    </xsd:schema>
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/AdminService/service.xsd

    r2771 r2804  
    11<?xml version="1.0" encoding="utf-8"?>
    22<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    3   <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" />
     3  <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" />
    44  <xs:element name="DeployProduct">
    55    <xs:complexType>
    66      <xs:sequence>
    7         <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" minOccurs="0" name="product" nillable="true" type="q1:ProductDescription" />
     7        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" minOccurs="0" name="product" nillable="true" type="q1:ProductDescription" />
    88      </xs:sequence>
    99    </xs:complexType>
     
    1717    <xs:complexType>
    1818      <xs:sequence>
    19         <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" minOccurs="0" name="plugin" nillable="true" type="q2:PluginDescription" />
     19        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" minOccurs="0" name="plugin" nillable="true" type="q2:PluginDescription" />
    2020        <xs:element minOccurs="0" name="zipFile" nillable="true" type="xs:base64Binary" />
    2121      </xs:sequence>
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/UpdateService/Reference.cs

    r2771 r2804  
    1717       
    1818        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IUpdate/GetPlugin", ReplyAction="http://tempuri.org/IUpdate/GetPluginResponse")]
    19         byte[] GetPlugin(HeuristicLab.Services.Deployment.DataAccess.PluginDescription description);
     19        byte[] GetPlugin(HeuristicLab.Services.Deployment.PluginDescription description);
    2020       
    2121        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IUpdate/GetProducts", ReplyAction="http://tempuri.org/IUpdate/GetProductsResponse")]
    22         HeuristicLab.Services.Deployment.DataAccess.ProductDescription[] GetProducts();
     22        HeuristicLab.Services.Deployment.ProductDescription[] GetProducts();
    2323       
    2424        [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IUpdate/GetPlugins", ReplyAction="http://tempuri.org/IUpdate/GetPluginsResponse")]
    25         HeuristicLab.Services.Deployment.DataAccess.PluginDescription[] GetPlugins();
     25        HeuristicLab.Services.Deployment.PluginDescription[] GetPlugins();
    2626    }
    2727   
     
    5353        }
    5454       
    55         public byte[] GetPlugin(HeuristicLab.Services.Deployment.DataAccess.PluginDescription description) {
     55        public byte[] GetPlugin(HeuristicLab.Services.Deployment.PluginDescription description) {
    5656            return base.Channel.GetPlugin(description);
    5757        }
    5858       
    59         public HeuristicLab.Services.Deployment.DataAccess.ProductDescription[] GetProducts() {
     59        public HeuristicLab.Services.Deployment.ProductDescription[] GetProducts() {
    6060            return base.Channel.GetProducts();
    6161        }
    6262       
    63         public HeuristicLab.Services.Deployment.DataAccess.PluginDescription[] GetPlugins() {
     63        public HeuristicLab.Services.Deployment.PluginDescription[] GetPlugins() {
    6464            return base.Channel.GetPlugins();
    6565        }
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/UpdateService/Reference.svcmap

    r2802 r2804  
    2424    <MetadataFile FileName="service.xsd" MetadataType="Schema" ID="3ecb07b5-a96d-4407-89dd-1e042527a912" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Update/mex" />
    2525    <MetadataFile FileName="service1.xsd" MetadataType="Schema" ID="a49c6318-2559-4c8b-901c-d677ebcea2cb" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Update/mex" />
    26     <MetadataFile FileName="HeuristicLab.Services.Deployment.DataAccess.xsd" MetadataType="Schema" ID="4c81cb11-6068-40b4-b3a4-63cb202f34e8" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Update/mex" />
     26    <MetadataFile FileName="HeuristicLab.Services.Deployment.xsd" MetadataType="Schema" ID="95669cc5-5ec5-467d-9a09-464c14558b64" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Update/mex" />
    2727    <MetadataFile FileName="System.xsd" MetadataType="Schema" ID="c6636f98-e644-40dd-a862-3a38c2950f79" SourceId="1" SourceUrl="http://localhost:8731/Design_Time_Addresses/HeuristicLab.Services.Deployment/Update/mex" />
    2828  </Metadata>
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/UpdateService/service.wsdl

    r2771 r2804  
    225225      <xsd:import namespace="http://tempuri.org/" />
    226226      <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
    227       <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" />
     227      <xsd:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" />
    228228      <xsd:import namespace="http://schemas.datacontract.org/2004/07/System" />
    229229    </xsd:schema>
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.Services.Deployment.Test/Service References/UpdateService/service.xsd

    r2771 r2804  
    11<?xml version="1.0" encoding="utf-8"?>
    22<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    3   <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" />
     3  <xs:import namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" />
    44  <xs:element name="GetPlugin">
    55    <xs:complexType>
    66      <xs:sequence>
    7         <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" minOccurs="0" name="description" nillable="true" type="q1:PluginDescription" />
     7        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" minOccurs="0" name="description" nillable="true" type="q1:PluginDescription" />
    88      </xs:sequence>
    99    </xs:complexType>
     
    2424    <xs:complexType>
    2525      <xs:sequence>
    26         <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" minOccurs="0" name="GetProductsResult" nillable="true" type="q2:ArrayOfProductDescription" />
     26        <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" minOccurs="0" name="GetProductsResult" nillable="true" type="q2:ArrayOfProductDescription" />
    2727      </xs:sequence>
    2828    </xs:complexType>
     
    3636    <xs:complexType>
    3737      <xs:sequence>
    38         <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment.DataAccess" minOccurs="0" name="GetPluginsResult" nillable="true" type="q3:ArrayOfPluginDescription" />
     38        <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment" minOccurs="0" name="GetPluginsResult" nillable="true" type="q3:ArrayOfPluginDescription" />
    3939      </xs:sequence>
    4040    </xs:complexType>
Note: See TracChangeset for help on using the changeset viewer.