Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I'm trying to send text message using wcf services and C# .
but no Idea how to develop this code ......?
anybody can help me....
so plz help
Posted

1 solution

Sending text message is depend on the API or hardware which you use to send text messages. for example there are Texting API provides who giving web service or REST api to send sms messages, you need to buy their service and get access to their API. sometimes those API providers may have sample projects written for specific languages like php, c# etc.. which you can refer and implement your own application.
There is nothing special related to WCF here with your requirement. Only thing you need to understand is wcf service need to have method which accept text message data( like mobile number and message content) and execute text message API call or your own method.
 
Share this answer
 
Comments
Member 12202206 12-Dec-15 5:29am    
Any example in wcf service to create a service Sending text message on Mobile ......

like - Iservice.svc]cs and Service.cs file

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900