Index: APPS/TRANSP/GLS/GLSv1/impl/CommunicatieService.cls.xml =================================================================== diff -u -r40367 -r40503 --- APPS/TRANSP/GLS/GLSv1/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 40367) +++ APPS/TRANSP/GLS/GLSv1/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 40503) @@ -8,8 +8,8 @@ 1 - -APPS.TRANSP.GLS.CommunicatieService + +APPS.TRANSP.GLS.GLSv1.CommunicatieServiceLocator 1 @@ -19,14 +19,15 @@ -CommunicatieService:APPS.TRANSP.GLS.CommunicatieService +CommunicatieServiceLocator:APPS.TRANSP.GLS.GLSv1.CommunicatieServiceLocator 1 1 %Status 1 @@ -96,7 +97,7 @@ Try { #dim Response As APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response = ..VerzendBericht(Request) - }Catch { + } Catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() Do ##class(vhLib.Logger).%New("GLS").ErrorMail("VerwerkRequest","Verzenden bericht mislukt."_$C(13,10)_$C(13,10)_Exception.ToString()) Set Error =##class(APPS.TRANSP.GLS.GLSv1.Bericht.dto.Error).%New("E999",Exception.GeefOmschrijving()) @@ -105,10 +106,10 @@ set VerzendData.Response = Response - If ..CommunicatieService.ResponseBevatFout(Response) { + If ..ResponseBevatFout(Response) { set VerzendData.Status = ##class(APPS.TRANSP.GLS.GLSv1.Bericht.enu.Status).Failed() do VerzendData.Save() - Set Error = ..CommunicatieService.GeefFoutInResponse(Response) + Set Error = ..GeefFoutInResponse(Response) do ..ThrowError(Error, VerzendData) } @@ -210,6 +211,53 @@ Quit BerichtVoorICT ]]> + + +Response:APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response +%Boolean + + + + +Response:APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response +APPS.TRANSP.GLS.GLSv1.Bericht.dto.Error + +