Index: APPS/TRANSP/GLS/impl/CommunicatieService.cls.xml =================================================================== diff -u -r29059 -r40639 --- APPS/TRANSP/GLS/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 29059) +++ APPS/TRANSP/GLS/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 40639) @@ -2,15 +2,32 @@ vhLib.Macro -APPS.TRANSP.impl.CommunicatieService,APPS.TRANSP.GLS.CommunicatieService +APPS.TRANSP.impl.CommunicatieService + +APPS.TRANSP.GLS.GLSv1.impl.CommunicatieServiceLocator +1 + + + +CommunicatieServiceLocator:APPS.TRANSP.GLS.GLSv1.impl.CommunicatieServiceLocator +1 +1 +%Status +1 + + + RitID:%String,LeveringID:%String %String @@ -20,7 +37,7 @@ @@ -35,89 +52,18 @@ #dim Rit As DOM.TRANSP.Rit = ##class(DOM.DomeinContext).Instance().GeefTransportAPI().GeefRit(RitID) #dim itLevering As TECH.ListIterator = Rit.GeefLeveringIterator() while itLevering.HasNext() { - set BevestigLevering = ##class(APPS.TRANSP.GLS.impl.CommunicatieService.BevestigLevering).%New($this,Rit,itLevering.Next()) + set BevestigLevering = ##class(APPS.TRANSP.GLS.impl.CommunicatieService.BevestigLevering).%New(..CommunicatieServiceLocator,Rit,itLevering.Next()) do BevestigLevering.VoerUit() } ]]> - - -Response:APPS.TRANSP.GLS.Bericht.dto.Response -%Boolean - - - - -Response:APPS.TRANSP.GLS.Bericht.dto.Response -APPS.TRANSP.GLS.Bericht.dto.Error - - - - -APPS.TRANSP.GLS.VerzendWijzeBepaler - - - - -APPS.TRANSP.GLS.Bericht.RequestDataBouwer - - - - -APPS.TRANSP.GLS.UnitIDBepaler - - - - -APPS.TRANSP.GLS.DienstBepaler - -