Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Allow for callbacks pre and post from web service calls #70

Open
sfloess opened this issue Feb 15, 2017 · 0 comments
Open

Allow for callbacks pre and post from web service calls #70

sfloess opened this issue Feb 15, 2017 · 0 comments

Comments

@sfloess
Copy link
Member

sfloess commented Feb 15, 2017

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.

@sfloess sfloess self-assigned this Feb 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant