C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » .NET »

receiving sms


Posted Date: 03 Jun 2006      Posted By: v.s.devipriya      Member Level: Gold     Points: 2   Responses: 2



Hi ,

How to receive the sms through essendex .Pls send me any idea.I saw the essendex download

coding but i couldn't understand.because some file is missing. Pls send me the sample coding. for receive the msg using asp.net with vb application

site is:

http://www.esendex.com/support/sms-sdk-net-sms-sdk.aspx






Responses

Author: Abhishek Arya    04 Jun 2006Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

send sms using webservise

http://www.codeproject.com/cs/webservices/SendSmsThroughWS.asp



Author: Nicholas Bruce    23 Jul 2007Member Level: BronzeRating: 2 out of 52 out of 5     Points: 2

Hi,

To receive messages using the Esendex SDK within ASP.Net using Vb you need to follow these steps.

1. Create a new ASP.Net vb Solution.
2. Add a web reference to the solution with the following URL
https://www.esendex.com/secure/messenger/soap/InboxService.asmx

3. rename this reference as messenger
4. Add a button to the Default.aspx
5. within the designer double click the button you just created
6. In the click event of the button add the following code



Dim thisMessenger As New messenger.InboxService()

Dim thisHeader As New messenger.MessengerHeader()

thisHeader.Username = "****" ' Your Esendex Username here
thisHeader.Password = "****" ' Your Esendex password here
thisHeader.Account = "****" ' Your Esendex reference
thisMessenger.MessengerHeaderValue = thisHeader

Dim msgs = thisMessenger.GetMessages()



I hope this helps

regards

Nicholas Bruce



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : what is difference between String and string(data type) in c#?
Previous : what is a resource file...
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use