Index: WSimpl/AX/Transport/GLS/v01/RegistrationService/VerzendDataConvertor.cls.xml =================================================================== diff -u -r40952 -r41764 --- WSimpl/AX/Transport/GLS/v01/RegistrationService/VerzendDataConvertor.cls.xml (.../VerzendDataConvertor.cls.xml) (revision 40952) +++ WSimpl/AX/Transport/GLS/v01/RegistrationService/VerzendDataConvertor.cls.xml (.../VerzendDataConvertor.cls.xml) (revision 41764) @@ -33,7 +33,7 @@ Set Response = ##class(WS.AX.Transport.GLS.v01.dto.RegisterContainerResponse).%New() Set Response.GLSParcelNumber = VerzendData.UnitID Set Response.GLSUnitNumber = VerzendData.UnitID - Set Response.IsGelukt = (BevatFout = $$$False ) + Set Response.IsGelukt = $$$Not(BevatFout) Set Response.Melding = FoutMelding Set Response.RoutingDate = ..FormatApi.FormatDate(..DateTimeApi.CurrentHorolog(),"ddmmyyyy") Set Response.RequestDate = ..FormatApi.FormatDate(..DateTimeApi.CurrentHorolog(),"ddmmyyyy") Index: vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer/Test.cls.xml =================================================================== diff -u -r41089 -r41764 --- vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer/Test.cls.xml (.../Test.cls.xml) (revision 41089) +++ vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer/Test.cls.xml (.../Test.cls.xml) (revision 41764) @@ -3,7 +3,7 @@ vhUnitTest.TestCase - + - + - +