Index: vhTest/Fake/WSimpl/AX/CalculatedProduct/ProductService.cls.xml =================================================================== diff -u -r57213 -r57240 --- vhTest/Fake/WSimpl/AX/CalculatedProduct/ProductService.cls.xml (.../ProductService.cls.xml) (revision 57213) +++ vhTest/Fake/WSimpl/AX/CalculatedProduct/ProductService.cls.xml (.../ProductService.cls.xml) (revision 57240) @@ -20,6 +20,13 @@ + + +ProductId:%String +%Boolean + + Index: WSimpl/AX/CalculatedProduct/ProductService.cls.xml =================================================================== diff -u -r57213 -r57240 --- WSimpl/AX/CalculatedProduct/ProductService.cls.xml (.../ProductService.cls.xml) (revision 57213) +++ WSimpl/AX/CalculatedProduct/ProductService.cls.xml (.../ProductService.cls.xml) (revision 57240) @@ -23,8 +23,13 @@ 1 + +vhLib.Logger +1 + + -ProductApi:DOM.PM.ProductAPI="",BerekeningService:APPS.PM.Maatwerk.impl.BerekeningServiceProduct="",AxProductKenmerkenConverter:WSimpl.AX.CalculatedProduct.Converter.AxProductKenmerkenConverter="" +ProductApi:DOM.PM.ProductAPI="",BerekeningService:APPS.PM.Maatwerk.impl.BerekeningServiceProduct="",AxProductKenmerkenConverter:WSimpl.AX.CalculatedProduct.Converter.AxProductKenmerkenConverter="",Logger:vhLib.Logger="" 1 1 %Status @@ -34,6 +39,7 @@ Set ..ProductApi = $$$Inject(ProductApi, ##class(DOM.PM.impl.ProductAPI).%New()) Set ..BerekeningService = $$$Inject(BerekeningService, ##class(APPS.PM.Maatwerk.impl.BerekeningServiceProduct).%New()) Set ..AxProductKenmerkenConverter = $$$Inject(AxProductKenmerkenConverter, ##class(WSimpl.AX.CalculatedProduct.Converter.AxProductKenmerkenConverter).%New()) + Set ..Logger = $$$Inject(Logger,##class(vhLib.Logger).%New("CalculatedProduct")) Quit $$$OK ]]> @@ -59,6 +65,27 @@ Quit ..BerekeningService.MaakProductVanKenmerken(IngegevenKenmerken, ..AxToAdminUtils.ConvertCustomerID(Request.CustAccount), Request.Qty, ProductData) ]]> + + +ProductId:%String +%Boolean + + Index: vhTest/Mock/WSimpl/AX/CalculatedProduct/ProductService.cls.xml =================================================================== diff -u -r57213 -r57240 --- vhTest/Mock/WSimpl/AX/CalculatedProduct/ProductService.cls.xml (.../ProductService.cls.xml) (revision 57213) +++ vhTest/Mock/WSimpl/AX/CalculatedProduct/ProductService.cls.xml (.../ProductService.cls.xml) (revision 57240) @@ -9,7 +9,7 @@ right -ProductApi:DOM.PM.ProductAPI="",BerekeningService:APPS.PM.Maatwerk.impl.BerekeningServiceProduct="",AxProductKenmerkenConverter:WSimpl.AX.CalculatedProduct.Converter.AxProductKenmerkenConverter="" +ProductApi:DOM.PM.ProductAPI="",BerekeningService:APPS.PM.Maatwerk.impl.BerekeningServiceProduct="",AxProductKenmerkenConverter:WSimpl.AX.CalculatedProduct.Converter.AxProductKenmerkenConverter="",Logger:vhLib.Logger="" %Status @@ -28,6 +28,13 @@ + + +ProductId:%String +%Boolean + +