Index: WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer.cls.xml
===================================================================
diff -u -r41756 -r41767
--- WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer.cls.xml (.../RegisterContainer.cls.xml) (revision 41756)
+++ WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer.cls.xml (.../RegisterContainer.cls.xml) (revision 41767)
@@ -48,22 +48,35 @@
Request:WS.AX.Transport.GLS.v01.dto.RegisterContainerRequest
WS.AX.Transport.GLS.v01.dto.RegisterContainerResponse
Index: WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer.cls.xml
===================================================================
diff -u -r40926 -r41767
--- WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer.cls.xml (.../CancelContainer.cls.xml) (revision 40926)
+++ WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer.cls.xml (.../CancelContainer.cls.xml) (revision 41767)
@@ -42,7 +42,7 @@
CancelContainerRequest:WS.AX.Transport.GLS.v01.dto.CancelContainerRequest
WS.AX.Transport.GLS.v01.dto.CancelContainerResponse
Index: vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer/Test.cls.xml
===================================================================
diff -u -r41764 -r41767
--- vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer/Test.cls.xml (.../Test.cls.xml) (revision 41764)
+++ vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/CancelContainer/Test.cls.xml (.../Test.cls.xml) (revision 41767)
@@ -105,6 +105,60 @@
Do VerzendDataConvertorMock.Verifieer()
]]>
+
+
+
+
+
+
+
+
Index: WSimpl/AX/Transport/GLS/v01/RegistrationService/ConfirmLoad.cls.xml
===================================================================
diff -u -r41760 -r41767
--- WSimpl/AX/Transport/GLS/v01/RegistrationService/ConfirmLoad.cls.xml (.../ConfirmLoad.cls.xml) (revision 41760)
+++ WSimpl/AX/Transport/GLS/v01/RegistrationService/ConfirmLoad.cls.xml (.../ConfirmLoad.cls.xml) (revision 41767)
@@ -40,7 +40,7 @@
Set Response.IsGelukt = $$$True
} catch {
#dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch()
- If Exception.%Classname(1) = ##class(APPS.TRANSP.GLS.Exceptions.CommunicatieException).%ClassName(1) {
+ If Exception.%ClassName(1) = ##class(APPS.TRANSP.GLS.Exceptions.CommunicatieException).%ClassName(1) {
Set Response = ##class(WS.AX.Transport.GLS.v01.dto.RegisterContainerResponse).%New()
Set Response.IsGelukt = $$$False
Set Response.Melding = Exception.GeefOmschrijving()
Index: vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/ConfirmLoad/Test.cls.xml
===================================================================
diff -u -r41389 -r41767
--- vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/ConfirmLoad/Test.cls.xml (.../Test.cls.xml) (revision 41389)
+++ vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/ConfirmLoad/Test.cls.xml (.../Test.cls.xml) (revision 41767)
@@ -3,28 +3,73 @@
vhUnitTest.TestCase
-
+
+
+
+
+
+
+
+
+
1
WS.AX.Transport.GLS.v01.dto.ConfirmLoadRequest
Index: vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer/Test.cls.xml
===================================================================
diff -u -r41597 -r41767
--- vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer/Test.cls.xml (.../Test.cls.xml) (revision 41597)
+++ vhUnitTest/WSimpl/AX/Transport/GLS/v01/RegistrationService/RegisterContainer/Test.cls.xml (.../Test.cls.xml) (revision 41767)
@@ -5,22 +5,22 @@
+
+
+
+
+
+
+
+