Type Mismatch error bij bepaalde logging SOAP-berichten
svn path=/Website/branches/v2016.3/; revision=32829
This commit is contained in:
@@ -45,7 +45,7 @@ function submitHTTP( p_connect
|
||||
{
|
||||
params.headers["Content-Type"] = "text/xml; charset=utf-8";
|
||||
params.data = p_textstream;
|
||||
LogString2File(2, "HTTPrequest", params.data);
|
||||
LogStream2File(2, "HTTPrequest", params.data);
|
||||
}
|
||||
var XMLhttp = doHTTP(p_connect.CurrentAddress, params);
|
||||
// Bij status buiten de 200 range is er al een exception geweest
|
||||
|
||||
Reference in New Issue
Block a user