how to send Http request via a trigger
hello all,
i am developing a solution that could send and recieve SMS
i have following details
SMS Message:
IP : 61.12.16.227
port: 8000
URL : /SMSGateway
Method : HTTP Post
params:
Name = oxigen
msisdn = 9899198679 (this is sender mobile no)
toAddress = <Address list> (message reciever mobile no)
message = <message content>
the following are the message format:
SMS Message :
POST /SMSGateway HTTP/1.1
ACCEPT : Text/plain; text/HTML
Accept-Language : en-gb
Connection : keep-Alive
Host : 61.12.16.227:8000
User-Agent: Mozilla/4.0 (Compatible; MSIE 4.01; windows 98)
Content-Length : <content length>
Content-Type : application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
name= Oxigen&msisdn=9899198679&toAddress=<Addresslist>&m essage<text+message>
how to do this.
do i have to use web servise
if yes, then plz tell me how...
Please Help me soon....
i am waiting for reply....
Thanx in Advance..
|