Asynchronous

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.
 
D

Daniel Moth

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
 
G

Guest

I want the web service to raise an event to which my PocketPC app can
subscribe. Would WS eventing work?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top