You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Max Kremer <ma...@oceanlake.com> on 2001/04/25 17:42:48 UTC

Queuing SOAP RPC requests

Hello,
 
  Here's my problem: I need to track incoming SOAP requests, i.e. queue them
and have a group of threads answer requests from the queue. I'm running
Tomcat with Apache soap and the RpcRouterServlet handles all the SOAP calls
so I have no control of incoming requests. How can I modify the servlet to
give me access to SOAP calls so I can queue them? Is there a way to do this
without changing the servlet source ?
 
Regards,
 
MAX

Re: Queuing SOAP RPC requests

Posted by Alexander Schatten <al...@gmx.net>.
just an idea: Apache SOAP should support RPC over SMTP, this should
solve the queuing problem, no?


Alex

Max Kremer wrote:

>  Hello,  Here's my problem: I need to track incoming SOAP requests,
> i.e. queue them and have a group of threads answer requests from the
> queue. I'm running Tomcat with Apache soap and the RpcRouterServlet
> handles all the SOAP calls so I have no control of incoming requests.
> How can I modify the servlet to give me access to SOAP calls so I can
> queue them? Is there a way to do this without changing the servlet
> source ?Regards,MAX


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: Queuing SOAP RPC requests

Posted by Alexander Schatten <al...@gmx.net>.
just an idea: Apache SOAP should support RPC over SMTP, this should
solve the queuing problem, no?


Alex

Max Kremer wrote:

>  Hello,  Here's my problem: I need to track incoming SOAP requests,
> i.e. queue them and have a group of threads answer requests from the
> queue. I'm running Tomcat with Apache soap and the RpcRouterServlet
> handles all the SOAP calls so I have no control of incoming requests.
> How can I modify the servlet to give me access to SOAP calls so I can
> queue them? Is there a way to do this without changing the servlet
> source ?Regards,MAX


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org