简体   繁体   English

Java中的并行Web服务调用

[英]Parallel Web Service Calls in Java

Is there anyway to make web service calls from a Java client app. 无论如何,是否有从Java客户端应用程序进行Web服务调用的方法。 (Apache Axis based) in parallel? (基于Apache Axis)并行? Does async style Web Service client (Apache Axis based) help? 异步样式的Web服务客户端(基于Apache Axis)有帮助吗?

http://www.ibm.com/developerworks/webservices/library/ws-axis2/ http://www.ibm.com/developerworks/webservices/library/ws-axis2/
http://www.infoq.com/news/2007/12/axis2-async 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. 您可以在客户端中做的事情就是简单地启动调用Web服务的新线程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM