You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by "Kevin T. Smith" <ke...@attbi.com> on 2002/03/21 22:04:23 UTC

Multi-threaded requests?

Hi,

In a JSP, I have the need to do multiple SOAP requests.

<!-- soap request 1 --> 
<io:soap>
  <io:body>
       ...
  </io:body>
</io:soap>

<!-- soap request 2 --> 
<!-- soap request 3--> 

What I'd like to do is to have these requests run at the
same time (like in a thread).. Is there any way (using 
the existing tag library) that I can do this?

Thanks,

Kevin T. Smith 
kevintsmith@attbi.com