Asynchronous

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
I want the web service to raise an event to which my PocketPC app can
subscribe. Would WS eventing work?
 
Back
Top