Hi
The BS (D) does not respond to the BO (C) it responds to the BP.
So your BS constructs the full response object and then calls SendDeferredResponse(). The response goes back to the BP and the BP should behave in exactly the same way as if the response came from the original BO. The BP doesn’t really know where the response came from.
dave
--
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to
Ensemble-in...@googlegroups.com
To unsubscribe from this group, send email to
Ensemble-in-Healt...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Ensemble-in-Healthcare?hl=en
---
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
Ensemble-in-Healt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Dave,
Thanks Dave,
The BP (C) is currently getting the deferred response back via the Output parameter from the Sync call -- its how we then get the response back to the Router (B) from the BP (C) that is the issue.