i created a wcf service to receive gps coordinates from windows mobile 6 client and save them into data base.Every thing works fine but i'm trying to send some configuration from a winforms application to the windows mobile client. Does any one have any idea?
Asked
Active
Viewed 212 times
0
-
actually i don't have any idea how to do it – Anouar Mar 13 '13 at 09:01
1 Answers
0
The WCF Service needs to be on a running Web Service (localhost is OK).
Once the WCF Service is created and running on your PC, Right-Click and add a Web Reference to your project.
Once that is done, create a client instance of your service so you can call the public methods you created in it.
The PC running the Web Service must be able to "see" your device. See if you can PING your device: