Update InstallerService URL
This commit is contained in:
parent
3c8aeefefd
commit
57ebdcd06e
13 changed files with 23 additions and 23 deletions
|
@ -26,7 +26,7 @@ namespace WebsitePanel.Installer.Core.Properties {
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
|
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.websitepanel.net/Services/InstallerService.asmx")]
|
[global::System.Configuration.DefaultSettingValueAttribute("http://www.websitepanel.net/Services/InstallerService-2.0.asmx")]
|
||||||
public string WebsitePanel_Installer_Core_InstallerService_InstallerService {
|
public string WebsitePanel_Installer_Core_InstallerService_InstallerService {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["WebsitePanel_Installer_Core_InstallerService_InstallerService"]));
|
return ((string)(this["WebsitePanel_Installer_Core_InstallerService_InstallerService"]));
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<Profiles />
|
<Profiles />
|
||||||
<Settings>
|
<Settings>
|
||||||
<Setting Name="WebsitePanel_Installer_Core_InstallerService_InstallerService" Type="(Web Service URL)" Scope="Application">
|
<Setting Name="WebsitePanel_Installer_Core_InstallerService_InstallerService" Type="(Web Service URL)" Scope="Application">
|
||||||
<Value Profile="(Default)">http://www.websitepanel.net/Services/InstallerService.asmx</Value>
|
<Value Profile="(Default)">http://www.websitepanel.net/Services/InstallerService-2.0.asmx</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
</SettingsFile>
|
</SettingsFile>
|
|
@ -48,7 +48,7 @@ namespace WebsitePanel.Installer.Core
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
webService.Url = "http://www.websitepanel.net/Services/InstallerService.asmx";
|
webService.Url = "http://www.websitepanel.net/Services/InstallerService-2.0.asmx";
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if we need to add a proxy to access Internet
|
// check if we need to add a proxy to access Internet
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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/">
|
<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="http://www.websitepanel.net/Services/InstallerService.asmx?wsdl" docRef="http://www.websitepanel.net/Services/InstallerService.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
|
<contractRef ref="http://www.websitepanel.net/Services/InstallerService-2.0.asmx?wsdl" docRef="http://www.websitepanel.net/Services/InstallerService-2.0.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
|
||||||
<soap address="http://www.websitepanel.net/Services/InstallerService.asmx" xmlns:q1="http://websitepanel.net/services" binding="q1:InstallerServiceSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
<soap address="http://www.websitepanel.net/Services/InstallerService-2.0.asmx" xmlns:q1="http://websitepanel.net/services" binding="q1:InstallerServiceSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
||||||
<soap address="http://www.websitepanel.net/Services/InstallerService.asmx" xmlns:q2="http://websitepanel.net/services" binding="q2:InstallerServiceSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
<soap address="http://www.websitepanel.net/Services/InstallerService-2.0.asmx" xmlns:q2="http://websitepanel.net/services" binding="q2:InstallerServiceSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
||||||
</discovery>
|
</discovery>
|
|
@ -294,10 +294,10 @@
|
||||||
</wsdl:binding>
|
</wsdl:binding>
|
||||||
<wsdl:service name="InstallerService">
|
<wsdl:service name="InstallerService">
|
||||||
<wsdl:port name="InstallerServiceSoap" binding="tns:InstallerServiceSoap">
|
<wsdl:port name="InstallerServiceSoap" binding="tns:InstallerServiceSoap">
|
||||||
<soap:address location="http://www.websitepanel.net/Services/InstallerService.asmx" />
|
<soap:address location="http://www.websitepanel.net/Services/InstallerService-2.0.asmx" />
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
<wsdl:port name="InstallerServiceSoap12" binding="tns:InstallerServiceSoap12">
|
<wsdl:port name="InstallerServiceSoap12" binding="tns:InstallerServiceSoap12">
|
||||||
<soap12:address location="http://www.websitepanel.net/Services/InstallerService.asmx" />
|
<soap12:address location="http://www.websitepanel.net/Services/InstallerService-2.0.asmx" />
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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">
|
<DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
<Results>
|
<Results>
|
||||||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://www.websitepanel.net/Services/InstallerService.asmx?wsdl" filename="InstallerService.wsdl" />
|
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://www.websitepanel.net/Services/InstallerService-2.0.asmx?wsdl" filename="InstallerService.wsdl" />
|
||||||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://www.websitepanel.net/Services/InstallerService.asmx?disco" filename="InstallerService.disco" />
|
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://www.websitepanel.net/Services/InstallerService-2.0.asmx?disco" filename="InstallerService.disco" />
|
||||||
</Results>
|
</Results>
|
||||||
</DiscoveryClientResultsFile>
|
</DiscoveryClientResultsFile>
|
|
@ -110,10 +110,10 @@
|
||||||
<WCFMetadata Include="Service References\" />
|
<WCFMetadata Include="Service References\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<WebReferenceUrl Include="http://www.websitepanel.net/Services/InstallerService.asmx">
|
<WebReferenceUrl Include="http://www.websitepanel.net/Services/InstallerService-2.0.asmx">
|
||||||
<UrlBehavior>Dynamic</UrlBehavior>
|
<UrlBehavior>Dynamic</UrlBehavior>
|
||||||
<RelPath>Web References\InstallerService\</RelPath>
|
<RelPath>Web References\InstallerService\</RelPath>
|
||||||
<UpdateFromURL>http://www.websitepanel.net/Services/InstallerService.asmx</UpdateFromURL>
|
<UpdateFromURL>http://www.websitepanel.net/Services/InstallerService-2.0.asmx</UpdateFromURL>
|
||||||
<ServiceLocationURL>
|
<ServiceLocationURL>
|
||||||
</ServiceLocationURL>
|
</ServiceLocationURL>
|
||||||
<CachedDynamicPropName>
|
<CachedDynamicPropName>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<WebsitePanel.Installer.Core.Properties.Settings>
|
<WebsitePanel.Installer.Core.Properties.Settings>
|
||||||
<setting name="WebsitePanel_Installer_Core_InstallerService_InstallerService"
|
<setting name="WebsitePanel_Installer_Core_InstallerService_InstallerService"
|
||||||
serializeAs="String">
|
serializeAs="String">
|
||||||
<value>http://www.websitepanel.net/Services/InstallerService.asmx</value>
|
<value>http://www.websitepanel.net/Services/InstallerService-2.0.asmx</value>
|
||||||
</setting>
|
</setting>
|
||||||
</WebsitePanel.Installer.Core.Properties.Settings>
|
</WebsitePanel.Installer.Core.Properties.Settings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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/">
|
<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="http://localhost/WebsitePanelSite/Services/InstallerService.asmx?wsdl" docRef="http://localhost/WebsitePanelSite/Services/InstallerService.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
|
<contractRef ref="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx?wsdl" docRef="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
|
||||||
<soap address="http://localhost/WebsitePanelSite/Services/InstallerService.asmx" xmlns:q1="http://websitepanel.net/services" binding="q1:InstallerServiceSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
<soap address="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx" xmlns:q1="http://websitepanel.net/services" binding="q1:InstallerServiceSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
||||||
<soap address="http://localhost/WebsitePanelSite/Services/InstallerService.asmx" xmlns:q2="http://websitepanel.net/services" binding="q2:InstallerServiceSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
<soap address="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx" xmlns:q2="http://websitepanel.net/services" binding="q2:InstallerServiceSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
|
||||||
</discovery>
|
</discovery>
|
|
@ -145,10 +145,10 @@
|
||||||
</wsdl:binding>
|
</wsdl:binding>
|
||||||
<wsdl:service name="InstallerService">
|
<wsdl:service name="InstallerService">
|
||||||
<wsdl:port name="InstallerServiceSoap" binding="tns:InstallerServiceSoap">
|
<wsdl:port name="InstallerServiceSoap" binding="tns:InstallerServiceSoap">
|
||||||
<soap:address location="http://localhost/WebsitePanelSite/Services/InstallerService.asmx" />
|
<soap:address location="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx" />
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
<wsdl:port name="InstallerServiceSoap12" binding="tns:InstallerServiceSoap12">
|
<wsdl:port name="InstallerServiceSoap12" binding="tns:InstallerServiceSoap12">
|
||||||
<soap12:address location="http://localhost/WebsitePanelSite/Services/InstallerService.asmx" />
|
<soap12:address location="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx" />
|
||||||
</wsdl:port>
|
</wsdl:port>
|
||||||
</wsdl:service>
|
</wsdl:service>
|
||||||
</wsdl:definitions>
|
</wsdl:definitions>
|
|
@ -40,7 +40,7 @@ namespace WebsitePanel.Updater.Services {
|
||||||
|
|
||||||
/// <remarks/>
|
/// <remarks/>
|
||||||
public InstallerService() {
|
public InstallerService() {
|
||||||
this.Url = "http://localhost/WebsitePanelSite/Services/InstallerService.asmx";
|
this.Url = "http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx";
|
||||||
if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
|
if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
|
||||||
this.UseDefaultCredentials = true;
|
this.UseDefaultCredentials = true;
|
||||||
this.useDefaultCredentialsSetExplicitly = false;
|
this.useDefaultCredentialsSetExplicitly = false;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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">
|
<DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
<Results>
|
<Results>
|
||||||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://localhost/WebsitePanelSite/Services/InstallerService.asmx?disco" filename="InstallerService.disco" />
|
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx?disco" filename="InstallerService.disco" />
|
||||||
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://localhost/WebsitePanelSite/Services/InstallerService.asmx?wsdl" filename="InstallerService.wsdl" />
|
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx?wsdl" filename="InstallerService.wsdl" />
|
||||||
</Results>
|
</Results>
|
||||||
</DiscoveryClientResultsFile>
|
</DiscoveryClientResultsFile>
|
|
@ -107,10 +107,10 @@
|
||||||
<WebReferences Include="Web References\" />
|
<WebReferences Include="Web References\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<WebReferenceUrl Include="http://localhost/WebsitePanelSite/Services/InstallerService.asmx">
|
<WebReferenceUrl Include="http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx">
|
||||||
<UrlBehavior>Static</UrlBehavior>
|
<UrlBehavior>Static</UrlBehavior>
|
||||||
<RelPath>Web References\Services\</RelPath>
|
<RelPath>Web References\Services\</RelPath>
|
||||||
<UpdateFromURL>http://localhost/WebsitePanelSite/Services/InstallerService.asmx</UpdateFromURL>
|
<UpdateFromURL>http://localhost/WebsitePanelSite/Services/InstallerService-2.0.asmx</UpdateFromURL>
|
||||||
<ServiceLocationURL>
|
<ServiceLocationURL>
|
||||||
</ServiceLocationURL>
|
</ServiceLocationURL>
|
||||||
<CachedDynamicPropName>
|
<CachedDynamicPropName>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue