Index: WSimpl/OBJT/MESService.cls.xml =================================================================== diff -u -r72686 -r72719 --- WSimpl/OBJT/MESService.cls.xml (.../MESService.cls.xml) (revision 72686) +++ WSimpl/OBJT/MESService.cls.xml (.../MESService.cls.xml) (revision 72719) @@ -9,12 +9,13 @@ +LadeRegistratieService:APPS.VKP.Maatwerk.impl.LadeRegistratieService="" 1 1 %Status 1 @@ -58,7 +59,7 @@ } If (Werkpost = "") { - Do ##class(TECH.ExceptionHandler).Throw("Geen geldige werkpost gevonden om OlTag '" _ RegisterOlTag.OlTag _"' succesvol te registreren.") + Do ##class(TECH.Exceptions.InvalidInputException).Throw("Geen geldige werkpost gevonden om OlTag '" _ RegisterOlTag.OlTag _"' succesvol te registreren.") } #dim DataOphaler As APPS.VKP.Maatwerk.LadeRegistratie.impl.IDataOphaler = ..BepaalDataOphaler(Werkpost)