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
[EMAIL PROTECTED]
