Skip to content

Commit

Permalink
pushed installer back to http
Browse files Browse the repository at this point in the history
- due to inability for existing installers to update.
  • Loading branch information
FuseCP-MTiggelaar committed Jan 31, 2023
1 parent 9f0f441 commit 868ab0d
Show file tree
Hide file tree
Showing 22 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion SolidCP.Installer/Sources/SolidCP.Installer.Core/Loader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static Loader CreateFileLoader(string remoteFile)
{
Debug.Assert(!String.IsNullOrEmpty(remoteFile), "Remote file is empty");

if (remoteFile.StartsWith("https://installer.solidcp.com/"))
if (remoteFile.StartsWith("http://installer.solidcp.com/"))
{
return new CodeplexLoader(remoteFile);
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="SolidCP_Installer_Core_InstallerService_InstallerService" Type="(Web Service URL)" Scope="Application">
<Value Profile="(Default)">https://installer.solidcp.com/Services/InstallerService-1.0.asmx</Value>
<Value Profile="(Default)">http://installer.solidcp.com/Services/InstallerService-1.0.asmx</Value>
</Setting>
</Settings>
</SettingsFile>
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static InstallerService GetInstallerWebService()
}
else
{
webService.Url = "https://installer.solidcp.com/Services/InstallerService-1.0.asmx";
webService.Url = "http://installer.solidcp.com/Services/InstallerService-1.0.asmx";
}

// check if we need to add a proxy to access Internet
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<discovery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/disco/">
<contractRef ref="https://installer.solidcp.com/Services/InstallerService-1.0.asmx?wsdl" docRef="https://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
<soap address="https://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns:q1="https://installer.solidcp.com/services" binding="q1:InstallerServiceSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
<soap address="https://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns:q2="https://installer.solidcp.com/services" binding="q2:InstallerServiceSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
<contractRef ref="http://installer.solidcp.com/Services/InstallerService-1.0.asmx?wsdl" docRef="http://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
<soap address="http://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns:q1="http://installer.solidcp.com/services" binding="q1:InstallerServiceSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
<soap address="http://installer.solidcp.com/Services/InstallerService-1.0.asmx" xmlns:q2="http://installer.solidcp.com/services" binding="q2:InstallerServiceSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
</discovery>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="https://installer.solidcp.com/services" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="https://installer.solidcp.com/services" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://installer.solidcp.com/services" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://installer.solidcp.com/services" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="https://installer.solidcp.com/services">
<s:schema elementFormDefault="qualified" targetNamespace="http://installer.solidcp.com/services">
<s:element name="GetReleaseFileInfo">
<s:complexType>
<s:sequence>
Expand Down Expand Up @@ -181,7 +181,7 @@
<wsdl:binding name="InstallerServiceSoap" type="tns:InstallerServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetReleaseFileInfo">
<soap:operation soapAction="https://installer.solidcp.com/services/GetReleaseFileInfo" style="document" />
<soap:operation soapAction="http://installer.solidcp.com/services/GetReleaseFileInfo" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -190,7 +190,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetFileChunk">
<soap:operation soapAction="https://installer.solidcp.com/services/GetFileChunk" style="document" />
<soap:operation soapAction="http://installer.solidcp.com/services/GetFileChunk" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -199,7 +199,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetFileSize">
<soap:operation soapAction="https://installer.solidcp.com/services/GetFileSize" style="document" />
<soap:operation soapAction="http://installer.solidcp.com/services/GetFileSize" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -208,7 +208,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetAvailableComponents">
<soap:operation soapAction="https://installer.solidcp.com/services/GetAvailableComponents" style="document" />
<soap:operation soapAction="http://installer.solidcp.com/services/GetAvailableComponents" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -217,7 +217,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetLatestComponentUpdate">
<soap:operation soapAction="https://installer.solidcp.com/services/GetLatestComponentUpdate" style="document" />
<soap:operation soapAction="http://installer.solidcp.com/services/GetLatestComponentUpdate" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -226,7 +226,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetComponentUpdate">
<soap:operation soapAction="https://installer.solidcp.com/services/GetComponentUpdate" style="document" />
<soap:operation soapAction="http://installer.solidcp.com/services/GetComponentUpdate" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
Expand All @@ -238,7 +238,7 @@
<wsdl:binding name="InstallerServiceSoap12" type="tns:InstallerServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetReleaseFileInfo">
<soap12:operation soapAction="https://installer.solidcp.com/services/GetReleaseFileInfo" style="document" />
<soap12:operation soapAction="http://installer.solidcp.com/services/GetReleaseFileInfo" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
Expand All @@ -247,7 +247,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetFileChunk">
<soap12:operation soapAction="https://installer.solidcp.com/services/GetFileChunk" style="document" />
<soap12:operation soapAction="http://installer.solidcp.com/services/GetFileChunk" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
Expand All @@ -256,7 +256,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetFileSize">
<soap12:operation soapAction="https://installer.solidcp.com/services/GetFileSize" style="document" />
<soap12:operation soapAction="http://installer.solidcp.com/services/GetFileSize" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
Expand All @@ -265,7 +265,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetAvailableComponents">
<soap12:operation soapAction="https://installer.solidcp.com/services/GetAvailableComponents" style="document" />
<soap12:operation soapAction="http://installer.solidcp.com/services/GetAvailableComponents" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
Expand All @@ -274,7 +274,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetLatestComponentUpdate">
<soap12:operation soapAction="https://installer.solidcp.com/services/GetLatestComponentUpdate" style="document" />
<soap12:operation soapAction="http://installer.solidcp.com/services/GetLatestComponentUpdate" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
Expand All @@ -283,7 +283,7 @@
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetComponentUpdate">
<soap12:operation soapAction="https://installer.solidcp.com/services/GetComponentUpdate" style="document" />
<soap12:operation soapAction="http://installer.solidcp.com/services/GetComponentUpdate" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
Expand All @@ -294,10 +294,10 @@
</wsdl:binding>
<wsdl:service name="InstallerService">
<wsdl:port name="InstallerServiceSoap" binding="tns:InstallerServiceSoap">
<soap:address location="https://installer.solidcp.com/Services/InstallerService-1.0.asmx" />
<soap:address location="http://installer.solidcp.com/Services/InstallerService-1.0.asmx" />
</wsdl:port>
<wsdl:port name="InstallerServiceSoap12" binding="tns:InstallerServiceSoap12">
<soap12:address location="https://installer.solidcp.com/Services/InstallerService-1.0.asmx" />
<soap12:address location="http://installer.solidcp.com/Services/InstallerService-1.0.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace SolidCP.Installer.Services {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="InstallerServiceSoap", Namespace="https://installer.solidcp.com/services")]
[System.Web.Services.WebServiceBindingAttribute(Name="InstallerServiceSoap", Namespace="http://installer.solidcp.com/services")]
public partial class InstallerService : System.Web.Services.Protocols.SoapHttpClientProtocol {

private System.Threading.SendOrPostCallback GetReleaseFileInfoOperationCompleted;
Expand Down Expand Up @@ -131,7 +131,7 @@ public InstallerService() {
public event GetComponentUpdateCompletedEventHandler GetComponentUpdateCompleted;

/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetReleaseFileInfo", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetReleaseFileInfo", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetReleaseFileInfo(string componentCode, string version) {
object[] results = this.Invoke("GetReleaseFileInfo", new object[] {
componentCode,
Expand Down Expand Up @@ -162,7 +162,7 @@ private void OnGetReleaseFileInfoOperationCompleted(object arg) {
}

/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetFileChunk", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetFileChunk", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] GetFileChunk(string fileName, int offset, int size) {
object[] results = this.Invoke("GetFileChunk", new object[] {
Expand Down Expand Up @@ -196,7 +196,7 @@ private void OnGetFileChunkOperationCompleted(object arg) {
}

/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetFileSize", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetFileSize", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public long GetFileSize(string fileName) {
object[] results = this.Invoke("GetFileSize", new object[] {
fileName});
Expand Down Expand Up @@ -225,7 +225,7 @@ private void OnGetFileSizeOperationCompleted(object arg) {
}

/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetAvailableComponents", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetAvailableComponents", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetAvailableComponents() {
object[] results = this.Invoke("GetAvailableComponents", new object[0]);
return ((System.Data.DataSet)(results[0]));
Expand All @@ -252,7 +252,7 @@ private void OnGetAvailableComponentsOperationCompleted(object arg) {
}

/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetLatestComponentUpdate", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetLatestComponentUpdate", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetLatestComponentUpdate(string componentCode) {
object[] results = this.Invoke("GetLatestComponentUpdate", new object[] {
componentCode});
Expand Down Expand Up @@ -281,7 +281,7 @@ private void OnGetLatestComponentUpdateOperationCompleted(object arg) {
}

/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetComponentUpdate", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetComponentUpdate", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetComponentUpdate(string componentCode, string release) {
object[] results = this.Invoke("GetComponentUpdate", new object[] {
componentCode,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Results>
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="https://installer.solidcp.com/Services/InstallerService-1.0.asmx?wsdl" filename="InstallerService.wsdl" />
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="https://installer.solidcp.com/Services/InstallerService-1.0.asmx?disco" filename="InstallerService.disco" />
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://installer.solidcp.com/Services/InstallerService-1.0.asmx?wsdl" filename="InstallerService.wsdl" />
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://installer.solidcp.com/Services/InstallerService-1.0.asmx?disco" filename="InstallerService.disco" />
</Results>
</DiscoveryClientResultsFile>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<applicationSettings>
<SolidCP.Installer.Core.Properties.Settings>
<setting name="SolidCP_Installer_Core_InstallerService_InstallerService" serializeAs="String">
<value>https://installer.solidcp.com/Services/InstallerService-1.0.asmx</value>
<value>http://installer.solidcp.com/Services/InstallerService-1.0.asmx</value>
</setting>
</SolidCP.Installer.Core.Properties.Settings>
</applicationSettings>
Expand Down
Loading

0 comments on commit 868ab0d

Please sign in to comment.