You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by Suresh <su...@vergiltech.com> on 2002/02/26 17:45:57 UTC

How To?? asynch call webservice

Hi All,
          How does the 
                    
                1) executeRequestResponseAsync(WSIFMessage input)
                and 
                2) executeRequestResponseAsyncWSIFMessage input,
                                                     WSIFResponseHandler handler).

        work??. 
                
                I understand that executeRequestResponseAsync with a handler, handles the response in a different thread of execution from the original
                request.The second executeRequestResponseAsync has handler registered for call back and returns a correlation id.
 
                What do i do with the id that i get back??.

                How does the first executeRequestResponseAsync work with fireAsyncResponse and processAsyncResponse methods??.

                How does WSIF handle document type services.
                
                Does some part of WSDL describe that a particular service has to be executed asynhcronously??.

                Where can i find more of asych invocation in axis

 Thanks a million in advance

suresh