MARX#81919 Veel timeouts op facturen richting Tobias 365 - NQ lijst - ongeldige method verwijderd

svn path=/Mareon/trunk/; revision=63266
This commit is contained in:
Marcel Bourseau
2024-01-19 15:45:39 +00:00
parent 346f366e8a
commit 815f8cb0d5

View File

@@ -77,7 +77,7 @@ function apiFCLT_inner(v_URL, v_API, v_APIKEY, v_req, v_type, v_soap_envelope, v
var xmlhttp = new ActiveXObject("MSXML2.ServerXMLHTTP.6.0");
if (typeof G_proxy != "undefined" && G_proxy)
{ xmlhttp.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
xmlhttp.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}
@@ -183,7 +183,7 @@ function FcltAPI2(v_apikey, v_method, v_url, v_req, v_discard_active_abort, v_su
{
var objXMLHTTP = new ActiveXObject("MSXML2.ServerXMLHTTP.6.0");
if (typeof G_proxy != "undefined" && G_proxy)
{ objXMLHTTP.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
objXMLHTTP.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}
@@ -435,7 +435,7 @@ function api2AX_inner (v_Url, v_API, v_req, v_type, v_discard_active_abort, v_so
var xmlhttp = new ActiveXObject("WinHTTP.WinHTTPRequest.5.1");
if (typeof G_proxy != "undefined" && G_proxy)
{ xmlhttp.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
xmlhttp.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}
@@ -534,7 +534,7 @@ function api2_AX2012_inner (v_Url, v_API, v_req, v_type, v_soapAction, v_discard
var xmlhttp = new ActiveXObject("WinHTTP.WinHTTPRequest.5.1");
if (typeof G_proxy != "undefined" && G_proxy)
{ xmlhttp.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
xmlhttp.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}
@@ -662,7 +662,7 @@ function api2_AX365_inner (v_Url, v_API, v_req, v_type, v_soapAction, v_discard_
var xmlhttp = new ActiveXObject("MSXML2.ServerXMLHTTP.6.0");
if (typeof G_proxy != "undefined" && G_proxy)
{ xmlhttp.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
xmlhttp.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}
@@ -805,7 +805,7 @@ function api2_TWINQ_inner (v_Url, v_API, v_req, v_type, v_soapAction, v_discard_
var xmlhttp = new ActiveXObject("MSXML2.ServerXMLHTTP.6.0");
if (typeof G_proxy != "undefined" && G_proxy)
{ xmlhttp.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
xmlhttp.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}
@@ -941,7 +941,7 @@ function api_3P_inner (v_Url, v_API, v_req, v_type, v_soapAction, v_discard_acti
var xmlhttp = new ActiveXObject("MSXML2.ServerXMLHTTP.6.0");
if (typeof G_proxy != "undefined" && G_proxy)
{ xmlhttp.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
xmlhttp.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}
@@ -1218,7 +1218,7 @@ function apiIDentity (v_url, v_req, v_type, v_contenttype, v_discard_active_abor
var xmlhttp = new ActiveXObject("MSXML2.ServerXMLHTTP.6.0");
if (typeof G_proxy != "undefined" && G_proxy)
{ xmlhttp.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
xmlhttp.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}
@@ -1306,7 +1306,7 @@ function api2Tobias_inner (v_Url, v_API, v_req, v_type, v_runmethod, v_discard_a
var xmlhttp = new ActiveXObject("WinHTTP.WinHTTPRequest.5.1");
if (typeof G_proxy != "undefined" && G_proxy)
{ xmlhttp.option(SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS);
{
xmlhttp.setProxy(SXH_PROXY_SET_PROXY, G_proxy);
}