QUAW#42388: AiAi bij aanroep API=tsc_opdr. Vooral ook: resultcode/returntekst DoLoggen bij falen.
svn path=/Website/branches/v2017.2/; revision=35709
This commit is contained in:
@@ -451,7 +451,7 @@ for (i = 0; i < meldingen.length; i++)
|
||||
} // end geldige ext_id
|
||||
|
||||
if (returncode <= 0)
|
||||
__DoLog("api_mldsoap fail.\nResultcode: {0}\nReturntekst: {1}".format(resultcode, returntekst), "#00FF00");
|
||||
__DoLog("api_mldsoap fail.\nResultcode: {0}\nReturntekst: {1}".format(resultcode, resulttekst), "#00FF00");
|
||||
|
||||
var binfo = {returncode: resultcode,
|
||||
returntekst: resulttekst,
|
||||
|
||||
@@ -803,7 +803,7 @@ for (i=0; i < opdrachten.length; i++)
|
||||
}
|
||||
else
|
||||
{
|
||||
__DoLog("api_opdrsoap fail.\nResultcode: {0}\nReturntekst: {1}".format(resultcode, returntekst), "#00FF00");
|
||||
__DoLog("api_opdrsoap fail.\nResultcode: {0}\nReturntekst: {1}".format(resultcode, resulttekst), "#00FF00");
|
||||
}
|
||||
|
||||
var binfo = {
|
||||
|
||||
Reference in New Issue
Block a user