Synchronous and Asynchronous webservice calls

Naomi_Indiana

New Member
What are the differences and/or advantages and disadvantages between Synchronous and Asynchronous web-service calls? If WSDL2JAVA is used, for asynchronous client code generation, there is a "CallBackHandler" generated along with the stub. What is the purpose of this class?
 
Top