Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5763


Ignore:
Timestamp:
03/19/11 11:03:17 (13 years ago)
Author:
wtollsch
Message:

#1433 connection with new AdministrationService established

Location:
branches/WebApplication/MVC2
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AlgorithmClassController.cs

    r5700 r5763  
    1010using System.Diagnostics;
    1111using HLWebOKBAdminPlugin.OKBAdministrationService;
    12 using HLWebOKBAdminPlugin.OKBAuthenticationService;
    1312
    1413namespace HLWebOKBAdminPlugin.Controllers
     
    3938
    4039            asc.ClientCredentials.UserName.UserName = Membership.GetUser().UserName;
    41             //asc.ClientCredentials.UserName.Password = HttpContext.Session["pwd"].ToString();
    42             asc.ClientCredentials.UserName.Password = "Gerhard";
     40            asc.ClientCredentials.UserName.Password = HttpContext.Session["pwd"].ToString();
     41            //asc.ClientCredentials.UserName.Password = "Gerhard";
    4342            asc.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None;
    4443
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj

    r5700 r5763  
    102102      <DependentUpon>Reference.svcmap</DependentUpon>
    103103    </Compile>
    104     <Compile Include="Service References\OKBAuthenticationService\Reference.cs">
    105       <AutoGen>True</AutoGen>
    106       <DesignTime>True</DesignTime>
    107       <DependentUpon>Reference.svcmap</DependentUpon>
    108     </Compile>
    109104    <Compile Include="ViewModels\AlgorithmClassViewModel.cs" />
    110105  </ItemGroup>
    111106  <ItemGroup>
    112107    <Content Include="Global.asax" />
    113     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Algorithm.datasource" />
    114     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmClass.datasource" />
    115     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmData.datasource" />
    116     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmParameter.datasource" />
    117     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.DataType.datasource" />
    118     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Experiment.datasource" />
    119     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Platform.datasource" />
    120     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Problem.datasource" />
    121     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemClass.datasource" />
    122     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemData.datasource" />
    123     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemParameter.datasource" />
    124     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Result.datasource" />
    125     <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Run.datasource" />
    126     <EmbeddedResource Include="Resources\Delete.bmp" />
    127     <EmbeddedResource Include="Resources\Plus.bmp" />
    128     <EmbeddedResource Include="Resources\Update.bmp" />
    129     <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" />
    130     <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">
    131       <SubType>Designer</SubType>
    132     </None>
    133     <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd">
    134       <SubType>Designer</SubType>
    135     </None>
    136     <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd">
    137       <SubType>Designer</SubType>
    138     </None>
    139     <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd">
    140       <SubType>Designer</SubType>
    141     </None>
    142     <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm.datasource">
    143       <DependentUpon>Reference.svcmap</DependentUpon>
    144     </None>
    145     <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass.datasource">
    146       <DependentUpon>Reference.svcmap</DependentUpon>
    147     </None>
    148     <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Platform.datasource">
    149       <DependentUpon>Reference.svcmap</DependentUpon>
    150     </None>
    151     <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Problem.datasource">
    152       <DependentUpon>Reference.svcmap</DependentUpon>
    153     </None>
    154     <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass.datasource">
    155       <DependentUpon>Reference.svcmap</DependentUpon>
    156     </None>
    157     <None Include="Service References\OKBAuthenticationService\AuthenticationService.disco" />
    158     <None Include="Service References\OKBAuthenticationService\configuration91.svcinfo" />
    159     <None Include="Service References\OKBAuthenticationService\configuration.svcinfo" />
    160     <None Include="Service References\OKBAuthenticationService\HLWebOKBAdminPlugin.OKBAuthenticationService.User.datasource">
    161       <DependentUpon>Reference.svcmap</DependentUpon>
    162     </None>
    163     <None Include="Service References\OKBAuthenticationService\Reference.svcmap">
    164       <Generator>WCF Proxy Generator</Generator>
    165       <LastGenOutput>Reference.cs</LastGenOutput>
    166     </None>
     108    <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.Algorithm.datasource" />
     109    <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.AlgorithmClass.datasource" />
     110    <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.Platform.datasource" />
     111    <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.Problem.datasource" />
     112    <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.ProblemClass.datasource" />
    167113    <None Include="Service References\OKBAdministrationService\AdministrationService.disco" />
    168114    <None Include="Service References\OKBAdministrationService\configuration91.svcinfo" />
    169115    <None Include="Service References\OKBAdministrationService\configuration.svcinfo" />
     116    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm.datasource">
     117      <DependentUpon>Reference.svcmap</DependentUpon>
     118    </None>
     119    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass.datasource">
     120      <DependentUpon>Reference.svcmap</DependentUpon>
     121    </None>
     122    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Platform.datasource">
     123      <DependentUpon>Reference.svcmap</DependentUpon>
     124    </None>
     125    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Problem.datasource">
     126      <DependentUpon>Reference.svcmap</DependentUpon>
     127    </None>
     128    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass.datasource">
     129      <DependentUpon>Reference.svcmap</DependentUpon>
     130    </None>
    170131    <None Include="Service References\OKBAdministrationService\Reference.svcmap">
    171132      <Generator>WCF Proxy Generator</Generator>
     
    178139    <Content Include="Views\AlgorithmClass\Index.aspx" />
    179140    <Content Include="Views\ServiceTest\Index.aspx" />
    180     <Content Include="Web.config" />
     141    <Content Include="Web.config">
     142      <SubType>Designer</SubType>
     143    </Content>
    181144    <Content Include="Web.Debug.config">
    182145      <DependentUpon>Web.config</DependentUpon>
     
    202165    <Content Include="Views\Shared\Site.Master" />
    203166    <Content Include="Views\Web.config" />
    204     <None Include="Service References\OKBAuthenticationService\AuthenticationService.wsdl" />
    205     <None Include="Service References\OKBAuthenticationService\AuthenticationService.xsd">
    206       <SubType>Designer</SubType>
    207     </None>
    208     <None Include="Service References\OKBAuthenticationService\AuthenticationService1.xsd">
    209       <SubType>Designer</SubType>
    210     </None>
    211     <None Include="Service References\OKBAuthenticationService\AuthenticationService2.xsd">
     167    <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" />
     168    <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd">
     169      <SubType>Designer</SubType>
     170    </None>
     171    <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd">
     172      <SubType>Designer</SubType>
     173    </None>
     174    <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd">
    212175      <SubType>Designer</SubType>
    213176    </None>
     
    216179    <Folder Include="App_Data\" />
    217180    <Folder Include="App_LocalResources\" />
     181    <Folder Include="Resources\" />
    218182  </ItemGroup>
    219183  <ItemGroup>
     
    222186  <ItemGroup>
    223187    <WCFMetadataStorage Include="Service References\OKBAdministrationService\" />
    224     <WCFMetadataStorage Include="Service References\OKBAuthenticationService\" />
     188  </ItemGroup>
     189  <ItemGroup>
     190    <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">
     191      <SubType>Designer</SubType>
     192    </None>
    225193  </ItemGroup>
    226194  <Choose>
     
    259227    </VisualStudio>
    260228  </ProjectExtensions>
     229  <PropertyGroup>
     230    <PostBuildEvent>copy HLWebOKBAdminPlugin.dll ..\..\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin</PostBuildEvent>
     231  </PropertyGroup>
    261232</Project>
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass/Index.aspx

    r5081 r5763  
    1414   
    1515    <asp:Panel ID="pMenu" runat="server">
    16         <asp:ImageButton ID="btnAddAlgorithmClass" runat="server"             
    17             ImageUrl="~/Resources/Plus.bmp" ToolTip="Add Class" BorderColor="Black"
    18             CommandArgument="Id" onclick="~/Controllers/AddAlgorithmClass" />
    19         <asp:ImageButton ID="btnDelAlgorithmClass" runat="server"
    20             ImageUrl="~/Resources/Delete.bmp" ToolTip="Delete Class"
    21             CommandArgument="Id" CommandName="lgorithmClass" />
    22         <asp:ImageButton ID="btnUpdAlgorithmClass" runat="server"
    23             CommandArgument="Id"
    24             ImageUrl="~/Resources/Update.bmp" />
    2516    </asp:Panel>
    2617    <p>
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Web.config

    r5700 r5763  
    7474    </assemblyBinding>
    7575  </runtime>
     76
    7677  <system.serviceModel>
    7778    <bindings>
    7879      <wsHttpBinding>
    79         <binding name="WSHttpBinding_IOKBService" closeTimeout="00:01:00"
     80        <binding name="AdministrationService" closeTimeout="00:01:00"
    8081          openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    8182          bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
     
    9293              algorithmSuite="Default" />
    9394          </security>
    94         </binding>
    95         <binding name="WSHttpBinding_IAuthenticationService" closeTimeout="00:01:00"
    96           openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    97           bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    98           maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text"
    99           textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    100           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
    101             maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    102           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    103             enabled="false" />
    104           <security mode="Message">
    105             <transport clientCredentialType="Windows" proxyCredentialType="None"
    106               realm="" />
    107             <message clientCredentialType="UserName" negotiateServiceCredential="true"
    108               algorithmSuite="Default" />
    109           </security>
    110         </binding>
    111         <binding name="WSHttpBinding_IAdministrationService" closeTimeout="00:01:00"
    112           openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    113           bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    114           maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text"
    115           textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    116           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
    117             maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    118           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    119             enabled="false" />
    120           <security mode="Message">
    121             <transport clientCredentialType="Windows" proxyCredentialType="None"
    122               realm="" />
    123             <message clientCredentialType="UserName" negotiateServiceCredential="true"
    124               algorithmSuite="Default" />
    125           </security>
    126         </binding>
     95        </binding>       
    12796      </wsHttpBinding>
    12897    </bindings>
    12998    <client>
    130       <endpoint address="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService"
    131         binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IOKBService"
    132         contract="OKBService.IOKBService" name="WSHttpBinding_IOKBService">
    133         <identity>
    134           <certificate encodedValue="AwAAAAEAAAAUAAAAIQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=" />
    135         </identity>
    136       </endpoint>
    137       <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AuthenticationService.svc"
    138         binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAuthenticationService"
    139         contract="OKBAuthenticationService.IAuthenticationService" name="WSHttpBinding_IAuthenticationService">
     99      <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc"
     100        binding="wsHttpBinding" bindingConfiguration="AdministrationService"
     101        contract="OKBAdministrationService.IAdministrationService" name="AdministrationService">
    140102        <identity>
    141103          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
    142104        </identity>
    143       </endpoint>
    144       <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc"
    145         binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService"
    146         contract="OKBAdministrationService.IAdministrationService" name="WSHttpBinding_IAdministrationService">
    147         <identity>
    148           <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
    149         </identity>
    150       </endpoint>
     105      </endpoint>     
    151106    </client>
    152107  </system.serviceModel>
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj

    r5700 r5763  
    7070    <Compile Include="Controllers\AccountController.cs" />
    7171    <Compile Include="Controllers\HomeController.cs" />
    72     <Compile Include="Controllers\ServicePrototypeController.cs" />
    7372    <Compile Include="Global.asax.cs">
    7473      <DependentUpon>Global.asax</DependentUpon>
     
    8685      <DependentUpon>Reference.svcmap</DependentUpon>
    8786    </Compile>
    88     <Compile Include="Service References\OKBService\Reference.cs">
    89       <AutoGen>True</AutoGen>
    90       <DesignTime>True</DesignTime>
    91       <DependentUpon>Reference.svcmap</DependentUpon>
    92     </Compile>
    9387  </ItemGroup>
    9488  <ItemGroup>
     
    10094    <Content Include="Content\themes\hl\Site.css" />
    10195    <Content Include="Global.asax" />
    102     <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" />
    103     <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">
    104       <SubType>Designer</SubType>
    105     </None>
    106     <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd">
    107       <SubType>Designer</SubType>
    108     </None>
    109     <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd">
    110       <SubType>Designer</SubType>
    111     </None>
    112     <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd">
    113       <SubType>Designer</SubType>
    114     </None>
    115     <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Algorithm.datasource">
    116       <DependentUpon>Reference.svcmap</DependentUpon>
    117     </None>
    118     <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.AlgorithmClass.datasource">
    119       <DependentUpon>Reference.svcmap</DependentUpon>
    120     </None>
    121     <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Platform.datasource">
    122       <DependentUpon>Reference.svcmap</DependentUpon>
    123     </None>
    124     <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Problem.datasource">
    125       <DependentUpon>Reference.svcmap</DependentUpon>
    126     </None>
    127     <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.ProblemClass.datasource">
    128       <DependentUpon>Reference.svcmap</DependentUpon>
    129     </None>
    130     <None Include="Service References\OKBService\configuration91.svcinfo" />
    131     <None Include="Service References\OKBService\configuration.svcinfo" />
    132     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Algorithm.datasource">
    133       <DependentUpon>Reference.svcmap</DependentUpon>
    134     </None>
    135     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmClass.datasource">
    136       <DependentUpon>Reference.svcmap</DependentUpon>
    137     </None>
    138     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmData.datasource">
    139       <DependentUpon>Reference.svcmap</DependentUpon>
    140     </None>
    141     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmParameter.datasource">
    142       <DependentUpon>Reference.svcmap</DependentUpon>
    143     </None>
    144     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.DataType.datasource">
    145       <DependentUpon>Reference.svcmap</DependentUpon>
    146     </None>
    147     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Experiment.datasource">
    148       <DependentUpon>Reference.svcmap</DependentUpon>
    149     </None>
    150     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Platform.datasource">
    151       <DependentUpon>Reference.svcmap</DependentUpon>
    152     </None>
    153     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Problem.datasource">
    154       <DependentUpon>Reference.svcmap</DependentUpon>
    155     </None>
    156     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemClass.datasource">
    157       <DependentUpon>Reference.svcmap</DependentUpon>
    158     </None>
    159     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemData.datasource">
    160       <DependentUpon>Reference.svcmap</DependentUpon>
    161     </None>
    162     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemParameter.datasource">
    163       <DependentUpon>Reference.svcmap</DependentUpon>
    164     </None>
    165     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Result.datasource">
    166       <DependentUpon>Reference.svcmap</DependentUpon>
    167     </None>
    168     <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Run.datasource">
    169       <DependentUpon>Reference.svcmap</DependentUpon>
    170     </None>
    171     <None Include="Service References\OKBService\Reference.svcmap">
    172       <Generator>WCF Proxy Generator</Generator>
    173       <LastGenOutput>Reference.cs</LastGenOutput>
    174     </None>
    17596    <Content Include="Scripts\lbAlgorithmClassOnClick.js" />
    17697    <None Include="Service References\OKBAdministrationService\AdministrationService.disco" />
    17798    <None Include="Service References\OKBAdministrationService\configuration91.svcinfo" />
    17899    <None Include="Service References\OKBAdministrationService\configuration.svcinfo" />
     100    <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Algorithm.datasource">
     101      <DependentUpon>Reference.svcmap</DependentUpon>
     102    </None>
     103    <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.AlgorithmClass.datasource">
     104      <DependentUpon>Reference.svcmap</DependentUpon>
     105    </None>
     106    <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Platform.datasource">
     107      <DependentUpon>Reference.svcmap</DependentUpon>
     108    </None>
     109    <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Problem.datasource">
     110      <DependentUpon>Reference.svcmap</DependentUpon>
     111    </None>
     112    <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.ProblemClass.datasource">
     113      <DependentUpon>Reference.svcmap</DependentUpon>
     114    </None>
    179115    <None Include="Service References\OKBAdministrationService\Reference.svcmap">
    180116      <Generator>WCF Proxy Generator</Generator>
     
    215151    <Content Include="Views\Shared\Site.Master" />
    216152    <Content Include="Views\Web.config" />
     153    <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" />
     154    <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd">
     155      <SubType>Designer</SubType>
     156    </None>
     157    <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd">
     158      <SubType>Designer</SubType>
     159    </None>
     160    <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd">
     161      <SubType>Designer</SubType>
     162    </None>
    217163  </ItemGroup>
    218164  <ItemGroup>
     
    225171  <ItemGroup>
    226172    <WCFMetadataStorage Include="Service References\OKBAdministrationService\" />
    227     <WCFMetadataStorage Include="Service References\OKBService\" />
    228   </ItemGroup>
    229   <ItemGroup>
    230     <None Include="Service References\OKBService\Arrays.xsd">
    231       <SubType>Designer</SubType>
    232     </None>
    233     <None Include="Service References\OKBService\HeuristicLab.Services.OKB.DataTransfer.xsd">
    234       <SubType>Designer</SubType>
    235     </None>
    236     <None Include="Service References\OKBService\service.wsdl" />
    237     <None Include="Service References\OKBService\service.xsd">
    238       <SubType>Designer</SubType>
    239     </None>
    240     <None Include="Service References\OKBService\service1.xsd">
     173  </ItemGroup>
     174  <ItemGroup>
     175    <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">
    241176      <SubType>Designer</SubType>
    242177    </None>
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config

    r5700 r5763  
    105105    </assemblyBinding>
    106106  </runtime>
     107
    107108  <system.serviceModel>
    108109    <bindings>
    109110      <wsHttpBinding>
    110         <binding name="WSHttpBinding_IOKBService" closeTimeout="00:01:00"
     111        <binding name="AdministrationService" closeTimeout="00:01:00"
    111112          openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    112113          bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
     
    123124              algorithmSuite="Default" />
    124125          </security>
    125         </binding>
    126         <binding name="WSHttpBinding_IAdministrationService" closeTimeout="00:01:00"
    127           openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    128           bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    129           maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text"
    130           textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
    131           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
    132             maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    133           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    134             enabled="false" />
    135           <security mode="Message">
    136             <transport clientCredentialType="Windows" proxyCredentialType="None"
    137               realm="" />
    138             <message clientCredentialType="UserName" negotiateServiceCredential="true"
    139               algorithmSuite="Default" />
    140           </security>
    141         </binding>
     126        </binding>       
    142127      </wsHttpBinding>
    143128    </bindings>
    144129    <client>
    145       <endpoint address="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService"
    146         binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IOKBService"
    147         contract="OKBService.IOKBService" name="WSHttpBinding_IOKBService">
    148         <identity>
    149           <certificate encodedValue="AwAAAAEAAAAUAAAAIQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=" />
    150         </identity>
    151       </endpoint>
    152130      <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc"
    153         binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService"
    154         contract="OKBAdministrationService.IAdministrationService" name="WSHttpBinding_IAdministrationService">
     131        binding="wsHttpBinding" bindingConfiguration="AdministrationService"
     132        contract="OKBAdministrationService.IAdministrationService" name="AdministrationService">
    155133        <identity>
    156134          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
    157135        </identity>
    158       </endpoint>
     136      </endpoint>     
    159137    </client>
    160138  </system.serviceModel>
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.csproj.FileListAbsolute.txt

    r5072 r5763  
     1C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll
     2C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.pdb
     3C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\ResolveAssemblyReference.cache
     4C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.dll
     5C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.pdb
    16D:\Proakt\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll
    27D:\Proakt\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.pdb
     
    49D:\Proakt\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.dll
    510D:\Proakt\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.pdb
    6 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll
    7 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.pdb
    8 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\ResolveAssemblyReference.cache
    9 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.dll
    10 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.pdb
Note: See TracChangeset for help on using the changeset viewer.