Index: APPS/TRANSP/GLS/GLSv1/impl/CommunicatieService.cls.xml =================================================================== diff -u -r40503 -r40545 --- APPS/TRANSP/GLS/GLSv1/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 40503) +++ APPS/TRANSP/GLS/GLSv1/impl/CommunicatieService.cls.xml (.../BerichtVerzenderTemplate.cls.xml) (revision 40545) @@ -1,6 +1,6 @@ - + TECH.RegisteredObject Index: WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer.cls.xml =================================================================== diff -u -r40544 -r40545 --- WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer.cls.xml (.../RegisterContainer.cls.xml) (revision 40544) +++ WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer.cls.xml (.../RegisterContainer.cls.xml) (revision 40545) @@ -1,7 +1,7 @@ -APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService +APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate WSimpl.AX.Transport.GLS.v01.RegistrationService.RegisterContainerRequestConvertor FishEye: Tag 40545 refers to a dead (removed) revision in file `APPS/TRANSP/GLS/GLSv1/impl/CommunicatieService.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: vhUnitTest/APPS/TRANSP/GLS/CommunicatieService/TestResponse.cls.xml =================================================================== diff -u -r40503 -r40545 --- vhUnitTest/APPS/TRANSP/GLS/CommunicatieService/TestResponse.cls.xml (.../TestResponse.cls.xml) (revision 40503) +++ vhUnitTest/APPS/TRANSP/GLS/CommunicatieService/TestResponse.cls.xml (.../TestResponse.cls.xml) (revision 40545) @@ -8,7 +8,7 @@ set Response = ##class(APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response).%New() set Response.E000 = "OK" - set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService).%New() + set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate).%New() do $$$AssertFalse(CommunicatieService.ResponseBevatFout(Response)) ]]> @@ -18,7 +18,7 @@ set Response = ##class(APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response).%New() set Response.E000 = "" - set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService).%New() + set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate).%New() do $$$AssertFalse(CommunicatieService.ResponseBevatFout(Response)) ]]> @@ -28,7 +28,7 @@ set Response = ##class(APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response).%New() set Response.E000 = "123456" - set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService).%New() + set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate).%New() do $$$AssertFalse(CommunicatieService.ResponseBevatFout(Response)) ]]> @@ -38,11 +38,11 @@ set Response = ##class(APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response).%New() set Response.E000 = "no errors have occured" - set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService).%New() + set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate).%New() do $$$AssertFalse(CommunicatieService.ResponseBevatFout(Response)) set Response.E000 = "ADA" - set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService).%New() + set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate).%New() do $$$AssertFalse(CommunicatieService.ResponseBevatFout(Response)) ]]> @@ -51,7 +51,7 @@ @@ -61,7 +61,7 @@ set Response = ##class(APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response).%New() set Response.E001 = "We hebben een error gekregen van GLS" - set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService).%New() + set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate).%New() do $$$AssertTrue(CommunicatieService.ResponseBevatFout(Response)) ]]> @@ -71,7 +71,7 @@ set Response = ##class(APPS.TRANSP.GLS.GLSv1.Bericht.dto.Response).%New() set Response.E006 = "Dit is een foutmelding." - set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService).%New() + set CommunicatieService = ##class(APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate).%New() #dim Error As APPS.TRANSP.GLS.GLSv1.Bericht.dto.Error = CommunicatieService.GeefFoutInResponse(Response) do $$$AssertEquals("not able to make the routing : Dit is een foutmelding.",Error.Omschrijving) do $$$AssertEquals("E006",Error.ErrorCode) @@ -101,7 +101,7 @@ Property:%String,VerwachtNiveau:TECH.Exceptions.enu.Niveau,Type:%String(VALUELIST=",P,F")="P" -APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService +APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate -APPS.TRANSP.GLS.GLSv1.impl.CommunicatieService +APPS.TRANSP.GLS.GLSv1.impl.BerichtVerzenderTemplate DOM.TRANSP.Rit