Files
Facilitor/CUST/AAIT/import/gen_import_opdrstatus.bat
Arthur Egberink fef0dcf408 AAIT#35610 -- Extern nummer ook op zoeken om opdracht te vinden.
svn path=/Website/branches/v2016.1/; revision=30367
2016-08-19 07:43:36 +00:00

24 lines
764 B
Batchfile

REM GEN_IMPORT_OPDRSTATUS.BAT
REM
REM AAIT
REM
REM Importeert statusberichten vanuit een extern systeem
REM
REM Context : roep deze file aan indien nodig, of schedule deze
REM Verseist: de randvoorwaarde voor het gebruik van gen_import
REM
REM $Revision$
REM $Id$
REM
REM (c) 2010, SG|facilitor bv, +31 (53) 4800700, support@sgfacilitor.nl
REM
move D:\Apps\Facilitor\Webdav\COM4IT\*.xml .
if not exist "d:\Apps\Facilitor\AAFM\cust\AAIT\import\C4A*.xml" goto einde
cscript .\api_opdrsoap_com4.js COM4OPDR d:\Apps\Facilitor\AAFM\cust\AAIT\import\ "https://aait.facilitor.nl/default.asp?fac_id=AAIT&API=COM4OPDR&APIKEY=bWBdlwCfLoSXYCwBBGyesfcfaqHYDXTk" >>genimport.log 2>>&1
call ..\..\..\utils\gen_export\gen_export.bat STATUS_COM4
:einde