aspose file tools
The moose likes Web Services and the fly likes Calling a web service asynchronously Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Calling a web service asynchronously" Watch "Calling a web service asynchronously" New topic
Author

Calling a web service asynchronously

Dennis Labajo
Greenhorn

Joined: Dec 12, 2009
Posts: 21
Hi y'all (and a Big Hi to Deepak of course!)

I have a web service consumer application calling a web service synchronously. Recently there's been a push to make this call asynchronous. What's a quick and easy way of doing this? I was thinking if there's a way to just set a property in the BindingProvider request context telling it to send as asynchronous and the supporting runtime would know what/how to handle it. Or, does this require a WSDL modification or regeneration of WSDL stubs?

Thanks!

dnz



SCJP 1.4, SCWCD 1.4
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Calling a web service asynchronously
 
Similar Threads
Asynchronous Web service call
Different Message Exchange Pattern interfaces
Asynchronous web service
First JAX-WS webservice results in UnsupportedMediaException
multi-threading from web service