Parallel Web Service Calls in Java -


There is no way to create web service calls from the Java Client app (Apache based Axis) in parallel? Does the async style web service client (Apache axis-based) help?


And one thing you can do in your customer Just start the new thread that calls the web service.


Comments