[Easysoap-developers] RespondWith
Status: Beta
Brought to you by:
dcrowley
From: John F. <jf...@we...> - 2003-06-27 22:22:12
|
In my most recent prototype I tentatively added a list of handlers to SOAPServerDispatch to review and revise the response envelope before sending. I tried to use the same style as the original code for the revision (ie: no boost calls), registering them with a RespondWith() call instead of a DispatchTo(). I call the functions SOAPHeaderRevisors using the same callback strategy. The motivation for the change is that the WS-Reliability specification has these loose headers that need to be coordinated, and the response needs to contain some of these headers too. I can't just let the header handlers setup the response because I don't have an event to indicate when all the headers have been processed. I'm open to any sort of permutation on review. Thanks, John https://sourceforge.net/projects/easywsrm/ |