开发者

Parallel Web Service Calls in Java

开发者 https://www.devze.com 2022-12-30 09:58 出处:网络
Is there anyway to make web service calls from a Java client app. (Apach开发者_运维技巧e Axis based) in parallel? Does async style Web Service client (Apache Axis based) help? http://www.ibm.com/devel

Is there anyway to make web service calls from a Java client app. (Apach开发者_运维技巧e Axis based) in parallel? Does async style Web Service client (Apache Axis based) help?


http://www.ibm.com/developerworks/webservices/library/ws-axis2/
http://www.infoq.com/news/2007/12/axis2-async

And a thing you can do in your client is to simply start new Threads that call the web-service.

0

精彩评论

暂无评论...
验证码 换一张
取 消