Index: WSimpl/Halux/PPS/MatService.cls.xml =================================================================== diff -u -r66538 -r66540 --- WSimpl/Halux/PPS/MatService.cls.xml (.../MatService.cls.xml) (revision 66538) +++ WSimpl/Halux/PPS/MatService.cls.xml (.../MatService.cls.xml) (revision 66540) @@ -3,25 +3,25 @@ TECH.RegisteredObject - -APPS.Halux.common.ProductieSequentieRepository + +APPS.Halux.common.impl.BatchService 1 - -DOM.PM.ProductAPI + +WSimpl.Halux.PPS.MatService.GeefAfmetingenHelper 1 -ProductieSequentieRepository:APPS.Halux.common.ProductieSequentieRepository="",ProductApi:DOM.PM.ProductAPI="" +BatchService:APPS.Halux.common.impl.BatchService="" 1 1 %Status 1 @@ -34,7 +34,7 @@ Set Response = ##class(WS.Halux.PPS.MatService.GeefAfmetingenResponse).%New() Try { #dim BatchId As %Integer = GeefAfmetingenRequest.BatchId - #dim Batch As APPS.Halux.common.Batch = ##class(APPS.Halux.common.impl.BatchService).%New().GeefBatch(BatchId) + #dim Batch As APPS.Halux.common.Batch = ..BatchService.GeefBatch(BatchId) #dim Categorie As APPS.Halux.common.enu.Categorie = Batch.GeefCategorie() #dim MatAfmetingenIterator As TECH.Iterator = ..GeefMatAfmetingenIterator(BatchId, Categorie) @@ -65,8 +65,7 @@ 1 TECH.ListIterator