Index: APPS/TRANSP/Transsmart/impl/EtiketService.cls.xml
===================================================================
diff -u -r59849 -r60393
--- APPS/TRANSP/Transsmart/impl/EtiketService.cls.xml (.../EtiketService.cls.xml) (revision 59849)
+++ APPS/TRANSP/Transsmart/impl/EtiketService.cls.xml (.../EtiketService.cls.xml) (revision 60393)
@@ -60,7 +60,6 @@
}
}
Do ..SetSSLConfiguration("Transsmart")
- Do ..ZetAuthenticationHeader()
Set ..RequestBouwer = $$$Inject(RequestBouwer,##class(APPS.TRANSP.Transsmart.impl.RequestDataBouwer).%New())
Quit $$$OK
Index: vhTest/Mock/APPS/TRANSP/Transsmart/RequestDataBouwer.cls.xml
===================================================================
diff -u -r59699 -r60393
--- vhTest/Mock/APPS/TRANSP/Transsmart/RequestDataBouwer.cls.xml (.../RequestDataBouwer.cls.xml) (revision 59699)
+++ vhTest/Mock/APPS/TRANSP/Transsmart/RequestDataBouwer.cls.xml (.../RequestDataBouwer.cls.xml) (revision 60393)
@@ -9,9 +9,9 @@
right
-LeveringInfo:APPS.TRANSP.dto.LeveringInfo
+LeveringInfo:APPS.TRANSP.dto.LeveringInfo,Rit:DOM.TRANSP.Rit
WS.Transsmart.tns.doBooking
-
Index: APPS/TRANSP/Transsmart/impl/CommunicatieService/Template.cls.xml
===================================================================
diff -u -r59728 -r60393
--- APPS/TRANSP/Transsmart/impl/CommunicatieService/Template.cls.xml (.../Template.cls.xml) (revision 59728)
+++ APPS/TRANSP/Transsmart/impl/CommunicatieService/Template.cls.xml (.../Template.cls.xml) (revision 60393)
@@ -34,13 +34,13 @@
-ConfigMgr:TECH.Config.ConfigMgr="",ProjectSettingsAPI:DOM.common.impl.ProjectSettingsAPI="",TranssmartWSClient:WS.Transsmart.TboxServicePort="",RequestBouwer:APPS.TRANSP.Transsmart.RequestDataBouwer="",ResponseControleur:APPS.TRANSP.Transsmart.impl.ResponseControleur="",VerzendWijzeBepaler:APPS.TRANSP.Transsmart.VerzendWijzeBepaler="",Rit:DOM.TRANSP.Rit,Levering:DOM.TRANSP.Levering
+ConfigMgr:TECH.Config.ConfigMgr="",ProjectSettingsAPI:DOM.common.impl.ProjectSettingsAPI="",TranssmartWSClient:WS.Transsmart.TboxServicePort="",RequestBouwer:APPS.TRANSP.Transsmart.RequestDataBouwer="",ResponseControleur:APPS.TRANSP.Transsmart.impl.ResponseControleur="",VerzendDataRepository:APPS.TRANSP.Transsmart.data.VerzendDataRepository="",VerzendWijzeBepaler:APPS.TRANSP.Transsmart.VerzendWijzeBepaler="",Rit:DOM.TRANSP.Rit,Levering:DOM.TRANSP.Levering
1
1
%Status
1
@@ -59,6 +60,12 @@
]]>
+
+SSLConfiguration:%String
+
+
+
1
doBooking:WS.Transsmart.tns.doBooking
Index: vhTest/Mock/WS/Transsmart/TboxServicePort.cls.xml
===================================================================
diff -u -r59578 -r60393
--- vhTest/Mock/WS/Transsmart/TboxServicePort.cls.xml (.../TboxServicePort.cls.xml) (revision 59578)
+++ vhTest/Mock/WS/Transsmart/TboxServicePort.cls.xml (.../TboxServicePort.cls.xml) (revision 60393)
@@ -14,6 +14,12 @@
]]>
+
+SSLConfiguration:%String
+
+
+
doBooking:WS.Transsmart.tns.doBooking
WS.Transsmart.tns.getStatusResponse
Index: APPS/TRANSP/Transsmart/impl/CommunicatieService/RegistreerLevering.cls.xml
===================================================================
diff -u -r60003 -r60393
--- APPS/TRANSP/Transsmart/impl/CommunicatieService/RegistreerLevering.cls.xml (.../RegistreerLevering.cls.xml) (revision 60003)
+++ APPS/TRANSP/Transsmart/impl/CommunicatieService/RegistreerLevering.cls.xml (.../RegistreerLevering.cls.xml) (revision 60393)
@@ -3,6 +3,24 @@
APPS.TRANSP.Transsmart.impl.CommunicatieService.Template
+
+APPS.TRANSP.Transsmart.impl.EtiketService
+1
+
+
+
+ConfigMgr:TECH.Config.ConfigMgr="",ProjectSettingsAPI:DOM.common.impl.ProjectSettingsAPI="",TranssmartWSClient:WS.Transsmart.TboxServicePort="",RequestBouwer:APPS.TRANSP.Transsmart.RequestDataBouwer="",ResponseControleur:APPS.TRANSP.Transsmart.impl.ResponseControleur="",VerzendDataRepository:APPS.TRANSP.Transsmart.data.VerzendDataRepository="",VerzendWijzeBepaler:APPS.TRANSP.Transsmart.VerzendWijzeBepaler="",Rit:DOM.TRANSP.Rit,Levering:DOM.TRANSP.Levering,EtiketService:APPS.TRANSP.Transsmart.impl.EtiketService=""
+1
+1
+%Status
+1
+
+
+
@@ -100,9 +118,7 @@
Levering:DOM.TRANSP.Levering
1
-
Index: APPS/TRANSP/Transsmart/impl/CommunicatieService.cls.xml
===================================================================
diff -u -r59933 -r60393
--- APPS/TRANSP/Transsmart/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 59933)
+++ APPS/TRANSP/Transsmart/impl/CommunicatieService.cls.xml (.../CommunicatieService.cls.xml) (revision 60393)
@@ -27,7 +27,7 @@
do ##class(vhLib.Logger).%New().Info(..%ClassName(1)_"::"_$$$CurrentMethod,"RitID " _ RitID _ " LeveringID " _ LeveringID)
#dim Rit As DOM.TRANSP.Rit = ##class(DOM.DomeinContext).Instance().GeefTransportAPI().GeefRit(RitID)
#dim Levering As DOM.TRANSP.Levering = ##class(DOM.DomeinContext).Instance().GeefTransportAPI().GeefLevering(RitID,LeveringID)
- set RegistreerLevering = ##class(APPS.TRANSP.Transsmart.impl.CommunicatieService.RegistreerLevering).%New(,,,,,,Rit,Levering)
+ set RegistreerLevering = ##class(APPS.TRANSP.Transsmart.impl.CommunicatieService.RegistreerLevering).%New(,,,,,,,Rit,Levering)
do RegistreerLevering.VoerUit()
]]>
@@ -39,7 +39,7 @@
do ##class(vhLib.Logger).%New().Info(..%ClassName(1)_"::"_$$$CurrentMethod,"RitID " _ RitID _ " LeveringID " _ LeveringID)
#dim Rit As DOM.TRANSP.Rit = ##class(DOM.DomeinContext).Instance().GeefTransportAPI().GeefRit(RitID)
#dim Levering As DOM.TRANSP.Levering = ##class(DOM.DomeinContext).Instance().GeefTransportAPI().GeefLevering(RitID,LeveringID)
- set AnnuleerLevering = ##class(APPS.TRANSP.Transsmart.impl.CommunicatieService.AnnuleerLevering).%New(,,,,,,Rit,Levering)
+ set AnnuleerLevering = ##class(APPS.TRANSP.Transsmart.impl.CommunicatieService.AnnuleerLevering).%New(,,,,,,,Rit,Levering)
do AnnuleerLevering.VoerUit()
]]>
Index: WS/Transsmart/TboxServicePort.cls.xml
===================================================================
diff -u -r59578 -r60393
--- WS/Transsmart/TboxServicePort.cls.xml (.../TboxServicePort.cls.xml) (revision 59578)
+++ WS/Transsmart/TboxServicePort.cls.xml (.../TboxServicePort.cls.xml) (revision 60393)
@@ -4,11 +4,6 @@
1
TECH.Interface
-
-1
-Omgeving:%String
-
-
1
doBooking:WS.Transsmart.tns.doBooking
@@ -37,6 +32,16 @@
XMLNAME="getLabelResponse"
+
+1
+Omgeving:%String
+
+
+
+1
+SSLConfiguration:%String
+
+
1
+
+APPS.TRANSP.Transsmart.data.VerzendDataRepository
+1
+
+
-ConfigMgr:TECH.Config.ConfigMgr="",ProjectSettingsAPI:DOM.common.impl.ProjectSettingsAPI="",TranssmartWSClient:WS.Transsmart.TboxServicePort="",RequestBouwer:APPS.TRANSP.Transsmart.RequestDataBouwer="",ResponseControleur:APPS.TRANSP.Transsmart.impl.ResponseControleur=""
+ConfigMgr:TECH.Config.ConfigMgr="",ProjectSettingsAPI:DOM.common.impl.ProjectSettingsAPI="",TranssmartWSClient:WS.Transsmart.TboxServicePort="",RequestBouwer:APPS.TRANSP.Transsmart.RequestDataBouwer="",ResponseControleur:APPS.TRANSP.Transsmart.impl.ResponseControleur="",VerzendDataRepository:APPS.TRANSP.Transsmart.data.VerzendDataRepository=""
1
1
%Status
@@ -52,9 +57,9 @@
}
}
Do ..SetSSLConfiguration("Transsmart")
- Do ..ZetAuthenticationHeader()
Set ..RequestBouwer = $$$Inject(RequestBouwer,##class(APPS.TRANSP.Transsmart.impl.RequestDataBouwer).%New())
Set ..ResponseControleur = $$$Inject(ResponseControleur,##class(APPS.TRANSP.Transsmart.impl.ResponseControleur).%New())
+ Set ..VerzendDataRepository = $$$Inject(VerzendDataRepository,##class(APPS.TRANSP.Transsmart.data.VerzendDataRepository).%New())
Quit $$$OK
]]>
@@ -69,14 +74,9 @@
]]>
-
-
-
-
SSLConfiguration:%String
-
@@ -156,9 +156,11 @@
Index: APPS/TRANSP/Transsmart/impl/CommunicatieService/AnnuleerLevering.cls.xml
===================================================================
diff -u -r60003 -r60393
--- APPS/TRANSP/Transsmart/impl/CommunicatieService/AnnuleerLevering.cls.xml (.../AnnuleerLevering.cls.xml) (revision 60003)
+++ APPS/TRANSP/Transsmart/impl/CommunicatieService/AnnuleerLevering.cls.xml (.../AnnuleerLevering.cls.xml) (revision 60393)
@@ -11,10 +11,11 @@
while itLijstVerzendData.HasNext() {
#dim VerzendData As APPS.TRANSP.Transsmart.data.VerzendData = itLijstVerzendData.Next()
#dim Request as WS.Transsmart.tns.doDeleteBooking = ..RequestBouwer.MaakdoDeleteRequest(VerzendData) // moet de reference gaan bepalen.
-
+ Do ##class(Tools.Wlip).%New(207).String("1")
do ..VerwerkRequest(Request)
-
+ Do ##class(Tools.Wlip).%New(207).String("2")
Do ..Levering.VerwijderEnBewaarDistributeurDataID(VerzendData.GeefID())
+ Do ##class(Tools.Wlip).%New(207).String("3")
}
]]>
@@ -28,7 +29,9 @@
set VerzendData.LaatsteRequestType = ##class(APPS.TRANSP.Transsmart.enu.RequestType).Annulatie()
set VerzendData.Status = ##class(APPS.TRANSP.Transsmart.enu.VerzendStatus).Started()
Do Request.XMLExportToStream(VerzendData.RequestAsStream)
+ Do ##class(Tools.Wlip).%New(207).String("1")
do VerzendData.Save()
+ Do ##class(Tools.Wlip).%New(207).String("2")
Try {
#dim Response As WS.Transsmart.tns.getStatusResponse = ..VerzendBericht(Request)
Index: APPS/TRANSP/Transsmart/RequestDataBouwer.cls.xml
===================================================================
diff -u -r59697 -r60393
--- APPS/TRANSP/Transsmart/RequestDataBouwer.cls.xml (.../RequestDataBouwer.cls.xml) (revision 59697)
+++ APPS/TRANSP/Transsmart/RequestDataBouwer.cls.xml (.../RequestDataBouwer.cls.xml) (revision 60393)
@@ -6,7 +6,7 @@
1
-LeveringInfo:APPS.TRANSP.dto.LeveringInfo
+LeveringInfo:APPS.TRANSP.dto.LeveringInfo,Rit:DOM.TRANSP.Rit
WS.Transsmart.tns.doBooking
Index: WS/Transsmart/impl/TboxServicePortBase.cls.xml
===================================================================
diff -u -r60348 -r60393
--- WS/Transsmart/impl/TboxServicePortBase.cls.xml (.../TboxServicePortBase.cls.xml) (revision 60348)
+++ WS/Transsmart/impl/TboxServicePortBase.cls.xml (.../TboxServicePortBase.cls.xml) (revision 60393)
@@ -43,18 +43,8 @@
]]>
-
-WS.Transsmart.tns.authentication
-
-
-
+1
WS.Transsmart.tns.authentication