You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
Simply allowing for trapping exceptions on SOAP faults is insufficient.
We should also allow for both pre-call and post call processing:
it may be nice to externalize the return values by external implementations. If there are special return values from web service calls that require failure this will allow that processing externally from Keraiai.
allows externalization of both "the act of calling" as well as "the act of returning"
We probably want to allow for both a static as well as per instance callbacks.
The text was updated successfully, but these errors were encountered:
Simply allowing for trapping exceptions on SOAP faults is insufficient.
We should also allow for both pre-call and post call processing:
We probably want to allow for both a static as well as per instance callbacks.
The text was updated successfully, but these errors were encountered: