Improve handler logic
Closed this issue · 0 comments
gravity00 commented
Using functions as handlers have limitations. As examples, deciding the order or paring raw request handler with a raw response handler.
Suggestion: create a ISoapClientHandler
exposing all the possible operations and a base interface where only specific methods can be overridden.