Hi all, I have implemented various services using SOAP RPC, but the services are possibly better suited to messaging. Essentially an initial request for a web service I provide should return a stream of message responses overtime. It is a very asynchronous interaction. Is this really feasible using Apache SOAP? I am particularly unsure whether it is possible to send a client message responses overtime after that client has registered an interest.
Thanks in advance, Darren Marvin
