SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Use ExceptionMapper #170

Closed BryceStevenWilley closed 10 months ago

BryceStevenWilley commented 10 months ago

Make sure that we can properly get notifications for SOAP Fault exceptions that are thrown.

https://mincong.io/2018/12/03/exception-handling-in-jax-rs/ came in handy when writing it.

The @Provider tag by itself didn't work, but it is worthy of signaling, so I left it there.