SOAP: use https
This commit is contained in:
parent
82baca1bfd
commit
3504f9cfb9
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"ExtendedData": {
|
"ExtendedData": {
|
||||||
"inputs": [
|
"inputs": [
|
||||||
"http://evolucia.elt-poisk.com/soap.php?wsdl"
|
"https://evolucia.elt-poisk.com/soap.php?wsdl"
|
||||||
],
|
],
|
||||||
"collectionTypes": [
|
"collectionTypes": [
|
||||||
"System.Array",
|
"System.Array",
|
||||||
|
|||||||
@ -25385,6 +25385,7 @@ namespace ELTKasko
|
|||||||
result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
|
result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
|
||||||
result.MaxReceivedMessageSize = int.MaxValue;
|
result.MaxReceivedMessageSize = int.MaxValue;
|
||||||
result.AllowCookies = true;
|
result.AllowCookies = true;
|
||||||
|
result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
|
throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
|
||||||
@ -25394,7 +25395,7 @@ namespace ELTKasko
|
|||||||
{
|
{
|
||||||
if ((endpointConfiguration == EndpointConfiguration.EltSoap))
|
if ((endpointConfiguration == EndpointConfiguration.EltSoap))
|
||||||
{
|
{
|
||||||
return new System.ServiceModel.EndpointAddress("http://evolucia.elt-poisk.com/soap.php");
|
return new System.ServiceModel.EndpointAddress("https://evolucia.elt-poisk.com/soap.php");
|
||||||
}
|
}
|
||||||
throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
|
throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"Version": "15.0.40203.910",
|
"Version": "15.0.40203.910",
|
||||||
"ExtendedData": {
|
"ExtendedData": {
|
||||||
"inputs": [
|
"inputs": [
|
||||||
"http://evolucia.elt-poisk.com/soaposago.php?wsdl"
|
"https://evolucia.elt-poisk.com/soaposago.php?wsdl"
|
||||||
],
|
],
|
||||||
"collectionTypes": [
|
"collectionTypes": [
|
||||||
"System.Array",
|
"System.Array",
|
||||||
|
|||||||
@ -6792,6 +6792,7 @@ namespace ELTOsago
|
|||||||
result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
|
result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
|
||||||
result.MaxReceivedMessageSize = int.MaxValue;
|
result.MaxReceivedMessageSize = int.MaxValue;
|
||||||
result.AllowCookies = true;
|
result.AllowCookies = true;
|
||||||
|
result.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.Transport;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
|
throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
|
||||||
@ -6801,7 +6802,7 @@ namespace ELTOsago
|
|||||||
{
|
{
|
||||||
if ((endpointConfiguration == EndpointConfiguration.EltSoap))
|
if ((endpointConfiguration == EndpointConfiguration.EltSoap))
|
||||||
{
|
{
|
||||||
return new System.ServiceModel.EndpointAddress("http://evolucia.elt-poisk.com/soaposago.php");
|
return new System.ServiceModel.EndpointAddress("https://evolucia.elt-poisk.com/soaposago.php");
|
||||||
}
|
}
|
||||||
throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
|
throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user