Index: APPS/TRANSP/Transsmart/impl/BerichtVerzenderTemplate.cls.xml =================================================================== diff -u -r59689 -r59849 --- APPS/TRANSP/Transsmart/impl/BerichtVerzenderTemplate.cls.xml (.../BerichtVerzenderTemplate.cls.xml) (revision 59689) +++ APPS/TRANSP/Transsmart/impl/BerichtVerzenderTemplate.cls.xml (.../BerichtVerzenderTemplate.cls.xml) (revision 59849) @@ -134,9 +134,17 @@ WS.Transsmart.tns.getStatusResponse Index: WS/Transsmart/impl/TboxServicePort.cls.xml =================================================================== diff -u -r59729 -r59849 --- WS/Transsmart/impl/TboxServicePort.cls.xml (.../TboxServicePort.cls.xml) (revision 59729) +++ WS/Transsmart/impl/TboxServicePort.cls.xml (.../TboxServicePort.cls.xml) (revision 59849) @@ -70,7 +70,11 @@ @@ -88,7 +92,12 @@ @@ -105,8 +114,12 @@ XMLNAME="getDocsResponse" Index: APPS/TRANSP/Transsmart/impl/EtiketService.cls.xml =================================================================== diff -u -r59827 -r59849 --- APPS/TRANSP/Transsmart/impl/EtiketService.cls.xml (.../EtiketService.cls.xml) (revision 59827) +++ APPS/TRANSP/Transsmart/impl/EtiketService.cls.xml (.../EtiketService.cls.xml) (revision 59849) @@ -137,7 +137,9 @@ #dim ShipmentInfoReference As %String = ..GeefShipmentInfoReference(Levering) #dim Request as WS.Transsmart.tns.getDocs = ..RequestBouwer.MaakgetDocsRequest(ShipmentInfoReference) + #dim Response As WS.Transsmart.tns.getDocsResponse = ..GeefDocs(Request) + #dim ZlpEtiketten As %ListOfObjects = ..MaakEtikettenLijst(Response) Quit ZlpEtiketten @@ -166,6 +168,7 @@ #dim Response As WS.Transsmart.tns.getDocsResponse = ..TranssmartWSClient.getDocs(Request) } Catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() + Do ##class(vhLib.Logger).LogExceptie(Exception) Do ##class(vhLib.Logger).%New("Transsmart").ErrorMail("VerwerkRequest","Verzenden bericht mislukt."_$C(13,10)_$C(13,10)_Exception.ToString()) Set Error =##class(APPS.TRANSP.Transsmart.Error).%New("VH99",Exception.GeefOmschrijving()) do ..ThrowError(Error)