any samples which sends sms to the server by invoking the webservice.(device application)

I want to create a device application which send sms to the server by ivoking the webservice.Any sample code related to this?(vs2005)
[133 byte] By [laja] at [2007-12-22]
# 1

That sample code should come with documentation to specific SMS sending WS. Please contact WS owner for it.

IlyaTumanov at 2007-8-30 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 2
Do you have a specified WS yet or you want to create new?
TihomirIgnatov at 2007-8-30 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 3

i want to use my own webservice in my project.If i type customer id and i click the send button,server get the result via webservice.i think mobile client factory will be used fro this process,but iam new to this application.so please

laja at 2007-8-30 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 4

If you want to know how to use WS in general on NETCF, it’s no different from desktop. Simply add Web Reference to your project and invoke it just like you normally would.

IlyaTumanov at 2007-8-30 > top of Msdn Tech,Smart Device Development,Smart Devices General...
# 5
actually i need to connect pocket pc application and server application via webservice.User interface input from pocketpc must be invoked by the server application and display the result in server application itself.What are the connection steps i need to perform ?how can i send the parameter to the server application from pocketpc.send me the samples or bligs related to this.
laja at 2007-8-30 > top of Msdn Tech,Smart Device Development,Smart Devices General...