Parallel Web Service Calls in Java

Posted by java_pill on Stack Overflow See other posts from Stack Overflow or by java_pill
Published on 2010-05-18T03:52:55Z Indexed on 2010/05/18 4:00 UTC
Read the original article Hit count: 208

Filed under:
|
|

Is there anyway to make web service calls from a Java client app. (Apache Axis based) in parallel? Does async style Web Service client (Apache Axis based) help?

© Stack Overflow or respective owner

Related posts about java

Related posts about web-services