Scenario: Step1: webclient will call a component to send xml document to another webserver2(some website), which on receiving XML,it send back an ack( all this is snycronous communication) and the component return control to webclient. Step2:(need to send the
processed XML from webserver2 to webclient) webserver2 will send back processed xml to an HTTP handler. The HTTP handler should raise an event or some way notify the webclient to pull the xml and process ,so that the webclient can display results to the user
any suggestions are appreciated. Thanks
None
0 Points
10 Posts
implementing Asynchronous communication using .NET
May 07, 2004 04:46 PM|Rajm|LINK
Member
56 Points
2599 Posts
Re: implementing Asynchronous communication using .NET
May 08, 2004 07:31 AM|master4eva|LINK