sending message
can anyone send me the sample codings for this
device send message to the server(desk top) via webservice
[118 byte] By [
laja] at [2007-12-22]
depends quite a bit on what you mean by "device". Webservices are greatly explained in the MSDN documentation and walk-throughs. If you create a webservice by creating a WebService project in VS and use the webservice by including it in another project with a webreference. All needed classes will be produced for you. If the device is a WindowsCE device than get the CE SDK. I've never tried but I guess it is similar. If the device is some sort of hard ware device it is up to what the device in question supports. Java, .NET CE, or whatever.