Wireless Client & Server App
C#
3
Posts
2
Posters
0
Views
1
Watching
-
I could ask someone here at work but ill post this question here.. Lets say I want to setup a client application and I want to send another application jobs to do but send them via the client app on a wireless network. Do you think I should use something like soap to do this? Or is there a better way? Thanks.
-
I could ask someone here at work but ill post this question here.. Lets say I want to setup a client application and I want to send another application jobs to do but send them via the client app on a wireless network. Do you think I should use something like soap to do this? Or is there a better way? Thanks.
-
Web services will work fine. If the apps are going to be located behind the same firewall, use remoting.