Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 28th, 2005, 04:50 AM
Registered User
 
Join Date: Oct 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to kissvineet
Default 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..






Similar Threads
Thread Thread Starter Forum Replies Last Post
How to send a file with HTTP Request in Jmeter munees BOOK: Expert One-on-One J2EE Design and Development 2 April 16th, 2014 05:32 AM
how to send http post request via stored procedure kissvineet SQL Server 2000 6 August 18th, 2008 12:26 AM
Send URL request to send sms via NowSMS deco BOOK: Professional VB 2005 ISBN: 0-7645-7536-8 0 February 16th, 2008 02:45 PM
how to send Http request via a trigger kissvineet .NET Web Services 0 October 28th, 2005 04:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.