Index: APPS/TRANSP/Transsmart/impl/CommunicatieService/RegistreerLevering.cls.xml
===================================================================
diff -u -r60393 -r60532
--- APPS/TRANSP/Transsmart/impl/CommunicatieService/RegistreerLevering.cls.xml (.../RegistreerLevering.cls.xml) (revision 60393)
+++ APPS/TRANSP/Transsmart/impl/CommunicatieService/RegistreerLevering.cls.xml (.../RegistreerLevering.cls.xml) (revision 60532)
@@ -25,7 +25,7 @@
1
APPS.TRANSP.Transsmart.enu.VerzendStatus
-
1
APPS.TRANSP.Transsmart.enu.VerzendStatus
-
1
APPS.TRANSP.Transsmart.enu.VerzendStatus
-
Index: APPS/TRANSP/Transsmart/enu/RequestType.cls.xml
===================================================================
diff -u -r59651 -r60532
--- APPS/TRANSP/Transsmart/enu/RequestType.cls.xml (.../RequestType.cls.xml) (revision 59651)
+++ APPS/TRANSP/Transsmart/enu/RequestType.cls.xml (.../RequestType.cls.xml) (revision 60532)
@@ -14,14 +14,14 @@
1
APPS.TRANSP.Transsmart.enu.RequestType
-
1
APPS.TRANSP.Transsmart.enu.RequestType
-
Index: APPS/TRANSP/Transsmart/impl/BerichtVerzenderTemplate.cls.xml
===================================================================
diff -u -r60393 -r60532
--- APPS/TRANSP/Transsmart/impl/BerichtVerzenderTemplate.cls.xml (.../BerichtVerzenderTemplate.cls.xml) (revision 60393)
+++ APPS/TRANSP/Transsmart/impl/BerichtVerzenderTemplate.cls.xml (.../BerichtVerzenderTemplate.cls.xml) (revision 60532)
@@ -47,8 +47,8 @@
Set ..TranssmartWSClient = $$$Inject(TranssmartWSClient,##class(WS.Transsmart.impl.TboxServicePort).%New())
Do ..TranssmartWSClient.ZetLocationVoorOmgeving(..ConfigMgr.GeefOmgeving())
}
- else {
- if ..ProjectSettingsAPI.GebruikTranssmartAcceptOmgeving()
+ Else {
+ If ..ProjectSettingsAPI.GebruikTranssmartAcceptOmgeving()
{
Set ..TranssmartWSClient = $$$Inject(TranssmartWSClient,##class(WS.Transsmart.impl.TboxServicePort).%New())
Do ..TranssmartWSClient.ZetLocationVoorOmgeving(..ConfigMgr.GeefOmgeving())
@@ -100,22 +100,6 @@
Set BerichtVoorGebruiker = Error.ErrorCode_": "_Error.Omschrijving_$$$CRLF_"Gelieve zelf of via OV actie te ondernemen."
Do ##class(vhLib.Logger).%New("Transsmart").Warning(CallingMethod,(BerichtVoorGebruiker_..GeefBerichtVoorICT(Error)))
- /*
- }ElseIf(Error.Niveau = ##class(TECH.Exceptions.enu.Niveau).FoutmeldingTeMeldenAanGebruiker()){
-
- Set BerichtVoorGebruiker = Error.ErrorCode_": "_Error.Omschrijving_$$$CRLF_"Gelieve zelf of via OV actie te ondernemen."
- Do ##class(vhLib.Logger).%New("GLS").Warning(CallingMethod,(BerichtVoorGebruiker_..GeefBerichtVoorICT(Error)))
-
- }ElseIf(Error.Niveau = ##class(TECH.Exceptions.enu.Niveau).InterneWaarschuwing()){
-
- Set BerichtVoorGebruiker = Error.Niveau_$C(13,10)_"Dit is enkel een waarschuwing. Code en data zijn correct."
- Do ##class(vhLib.Logger).%New("GLS").WarningMail(CallingMethod,(BerichtVoorGebruiker_..GeefBerichtVoorICT(Error)))
-
- }ElseIf(Error.Niveau = ##class(TECH.Exceptions.enu.Niveau).PleaseRetryError()){
-
- Set BerichtVoorGebruiker = "Niet gelukt. Gelieve opnieuw te proberen."
- Do ##class(vhLib.Logger).%New("GLS").WarningMail(CallingMethod,(BerichtVoorGebruiker_..GeefBerichtVoorICT(Error)))
- */
}Else{
Set BerichtVoorGebruiker = Error.Niveau_$$$CRLF_"Dit probleem moet door ICT opgelost worden."
Do ##class(vhLib.Logger).%New("Transsmart").ErrorMail(CallingMethod,(BerichtVoorGebruiker_..GeefBerichtVoorICT(Error)))
@@ -144,7 +128,6 @@
Do Exception.Rethrow()
}
Quit Response
- ; todo invalid requesttype opvangen
]]>
@@ -154,12 +137,10 @@
1
APPS.TRANSP.Transsmart.data.VerzendData
Error:APPS.TRANSP.Transsmart.Error
1
%String
-
Index: APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml
===================================================================
diff -u -r59862 -r60532
--- APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml (.../ResponseControleur.cls.xml) (revision 59862)
+++ APPS/TRANSP/Transsmart/impl/ResponseControleur.cls.xml (.../ResponseControleur.cls.xml) (revision 60532)
@@ -31,7 +31,7 @@
Set Fout.ErrorCode = Response.statusResponseInfo.requestType _":"_ Response.statusResponseInfo.status
Set Fout.Omschrijving = ##class(TECH.StringUtils).Replace(Response.statusResponseInfo.description,"""] [","""]"_$$$CRLF_"[")
} else {
- Set Fout.ErrorCode = "TBD" ;TODO
+ Set Fout.ErrorCode = "TBD"
Set Fout.Omschrijving = "Shipment status code is "_ Response.shipmentStatus.shipmentStatusCode
}
@@ -44,7 +44,6 @@
1
TECH.Exceptions.enu.Niveau
try again stuff
Quit ##class(TECH.Exceptions.enu.Niveau).Waarschuwing()
]]>
Index: APPS/TRANSP/Transsmart/enu/ShipmentStatusCode.cls.xml
===================================================================
diff -u -r59652 -r60532
--- APPS/TRANSP/Transsmart/enu/ShipmentStatusCode.cls.xml (.../ShipmentStatusCode.cls.xml) (revision 59652)
+++ APPS/TRANSP/Transsmart/enu/ShipmentStatusCode.cls.xml (.../ShipmentStatusCode.cls.xml) (revision 60532)
@@ -14,77 +14,77 @@
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-
1
APPS.TRANSP.Transsmart.enu.ShipmentStatusCode
-