HTTPInvoker nested calls?
Hello,
I am using HTTPInvoker for communication between my components, which are loaded by Tomcat as seperate .war files. It works just fine, but it does not seem to be able to handle nested calls (i.e. A calls B(passes interface to A), and B calls back to A before completing). So far I have to schedule callbacks to occur later (i.e. A calls B, B schedules callback to A for some time later).
Are nested calling scenarios not supported with HTTP Invoker.
Thanks much,
-- David