Send sms from Access 2003 through http

A

aalang

I would like to know how to let access send an sms through https. I
have the structure of the URL but i have not figured out how to send
it using vba in access. Having sent the message the server returns an
answer, how do i prosess this ansver to let the user se if the
message was sent or any error messages was generated. The response is
returned in xml-formate.

The URL wil be like :
https://.../input?sender=<sender>&password=<password>&recipients=<recipients>&_
sId=<sId>&deliveryNotificationNumber=<NotificationNumber>&content=<content>&_
responseContentType=<responseContentType>&responseXslUrl=<responseXslUrl>
 
Top