Index: AXimpl/Dynamics/DocumentLocationOut/DocumentLocationService.cls.xml =================================================================== diff -u -r61751 -r73176 --- AXimpl/Dynamics/DocumentLocationOut/DocumentLocationService.cls.xml (.../DocumentLocationService.cls.xml) (revision 61751) +++ AXimpl/Dynamics/DocumentLocationOut/DocumentLocationService.cls.xml (.../DocumentLocationService.cls.xml) (revision 73176) @@ -70,7 +70,8 @@ Set FilenamePDF = ..getFilenamePDF(Request).FilenamePDF } Catch { #dim Exception As TECH.IException = ##class(TECH.ExceptionHandler).Catch() - Do ##class(TECH.ExceptionHandler).Throw(Exception) + Do ..Logger.Debug("GeefBestandslocatieError","WS AXimpl DocumentLocationService : Return FilenamePDF mislukt") + //Do ##class(TECH.ExceptionHandler).Throw(Exception) } Do ..Logger.Debug("GeefBestandslocatie","WS AXimpl DocumentLocationService : Return FilenamePDF : '"_FilenamePDF_"'.")