So you want the PC to initiate a connection to the PPC (where CF 1.0 code is
waiting)? The obvious solution is to open a socket on the PPC side and
listen...
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
"Vidya" <(E-Mail Removed)> wrote in message
news:F1BED2AD-41AD-499E-8B72-(E-Mail Removed)...
> Is a push architecture from web service to PPC possible? I want to call
> my
> web service asynchronously. My web service in turn calls another windows
> service asynchronously. The windows service responds to the asynch call
> of
> the web service using the push methodolgy. If I can follow the same push
> methodology back to the PPC, it would make things much simpler. Else, I
> am
> not sure how I can fire event from the web service to the PPC app.