Index: vhTest/Fake/WSimpl/Vhisie4/Winkelkar/WinkelkarExport/ExportStatusService.cls.xml =================================================================== diff -u -r39666 -r39736 --- vhTest/Fake/WSimpl/Vhisie4/Winkelkar/WinkelkarExport/ExportStatusService.cls.xml (.../ExportStatusService.cls.xml) (revision 39666) +++ vhTest/Fake/WSimpl/Vhisie4/Winkelkar/WinkelkarExport/ExportStatusService.cls.xml (.../ExportStatusService.cls.xml) (revision 39736) @@ -16,8 +16,7 @@ SendResponse:WS.Vhisie4.WinkelkarExport.SendResponse - + Index: vhUnitTest/WS/Vhisie4/WinkelkarExport/ExportService/Test.cls.xml =================================================================== diff -u --- vhUnitTest/WS/Vhisie4/WinkelkarExport/ExportService/Test.cls.xml (revision 0) +++ vhUnitTest/WS/Vhisie4/WinkelkarExport/ExportService/Test.cls.xml (revision 39736) @@ -0,0 +1,31 @@ + + + +vhUnitTest.TestCase + + + + + + +1 +WS.Vhisie4.WinkelkarExport.RegistreerWinkelkarMigratieRequest + + + + + + Index: WSimpl/Vhisie4/Winkelkar/WinkelkarExport/ExportStatusService.cls.xml =================================================================== diff -u -r39686 -r39736 --- WSimpl/Vhisie4/Winkelkar/WinkelkarExport/ExportStatusService.cls.xml (.../ExportStatusService.cls.xml) (revision 39686) +++ WSimpl/Vhisie4/Winkelkar/WinkelkarExport/ExportStatusService.cls.xml (.../ExportStatusService.cls.xml) (revision 39736) @@ -46,7 +46,7 @@ Set ExportStatus.Hoofding.VanHoeckeId = SendResponse.Winkelkar.VanHoeckeId } - set ExportStatus.Hoofding.Status = SendResponse.Winkelkar.Status + set ExportStatus.Hoofding = SendResponse.Winkelkar.%ConstructClone(1) do ExportStatus.Lijnen.Clear() set Iterator = ##class(TECH.ListIterator).%New(SendResponse.Lijnen) while Iterator.HasNext() { Index: WS/Vhisie4/WinkelkarExport/ExportService.cls.xml =================================================================== diff -u -r39695 -r39736 --- WS/Vhisie4/WinkelkarExport/ExportService.cls.xml (.../ExportService.cls.xml) (revision 39695) +++ WS/Vhisie4/WinkelkarExport/ExportService.cls.xml (.../ExportService.cls.xml) (revision 39736) @@ -5,15 +5,46 @@ 1 WS.OngeauthenticeerdeWebService + +WSimpl.Vhisie4.Winkelkar.WinkelkarExport.ExportStatusService + + + +ExportStatusService:WSimpl.Vhisie4.Winkelkar.WinkelkarExport.ExportStatusService +1 +1 +%Status +1 + + + Request:WS.Vhisie4.WinkelkarExport.RegistreerWinkelkarMigratieRequest 1 + Request:WS.Vhisie4.WinkelkarExport.UpdateWinkelkarRequest 1 + + +Request:WS.Vhisie4.WinkelkarExport.RegistreerWinkelkarMigratieRequest +1 +WS.Vhisie4.WinkelkarExport.SendResponse + +