Click to See Complete Forum and Search --> : sms sloution ... how???


Romeo555
02-08-2003, 03:51 PM
hi friends,

i am searching a sloution for sms for my own site. i have a domain and want to purchase hosting. i am going to register for a hosting with WAP facilities. but i dont know that how can i send messeges from my site. i mean i want to know about that software by which i can send sms from my own site... :D i hope that somone will guide me to right side....


Thanks in Advance.

Ribeyed
02-08-2003, 04:36 PM
hi,
this may help you understand what happens:

When a moblie device user requests a web page, the following request and response process occurs:
1. The user requests a URL from his Microbrowser.
2. The WAP browser encodes the request into WML (Wireless Markup Language) format and then sends the request to aWAP gateway.
3. The WAP gateway receives the WAP request, converts the WAP request into an HTTP request, and then sends it to a web server.
4. The web server receives the HTTP request, performs whatever processing is required, and then sends back an HTTP response to the WAP gateway.
5. The WAP gateway receives the HTTP response, converts the HTTP response into WAP response, and then sends it to the WAP device that requested it.
6. The WAP microbrowser software receives a WAP response and renders it to the mobile device display.

For to do this i would be looking at .NET and in particular Mobile Device SDK for ASP.NET.
I am sure one of the older web technologies would have the functions to also write for WAP but i am not sure which one.

Hope this helps.