File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes what is diff between syncronous and Asyncronous webservice call in java? 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 "what is diff between syncronous and Asyncronous webservice call in java?" Watch "what is diff between syncronous and Asyncronous webservice call in java?" New topic
Author

what is diff between syncronous and Asyncronous webservice call in java?

Suresh Sudineni
Greenhorn

Joined: Jul 18, 2008
Posts: 3
what is diff between syncronous and Asyncronous webservice call in java? what is the code differences to implement this?
in code what we have to change for syscronous and Asyncronous webservice calls in java?
Jim Pouwels
Ranch Hand

Joined: Feb 22, 2012
Posts: 61
A synchronous webservice call immediately results in a response containing the data you're requesting.

An asynchronous webservice call does not return the result in the first response. Either the client has to request the result later (f.e. using a requestId), or the server sends the result back to the client (f.e. using a callback address).
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what is diff between syncronous and Asyncronous webservice call in java?
 
Similar Threads
core
Page PageContext and application
Diff. bet Webservice calls & Non-Webserice calls ( Java )
what is the diff between ServletContext and SessionContext
what is the diff. between jdk1.1 and java 2 platform..?????