<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: To send SMS through Web services using ASP.NET coding</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/to-send-sms-through-web-services-using-aspnet-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/to-send-sms-through-web-services-using-aspnet-coding/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ajay0178</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/to-send-sms-through-web-services-using-aspnet-coding/#comment-88917</link>
		<dc:creator>ajay0178</dc:creator>
		<pubDate>Thu, 03 Mar 2011 09:10:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-88917</guid>
		<description><![CDATA[I got error :startindex can not be less zero]]></description>
		<content:encoded><![CDATA[<p>I got error :startindex can not be less zero</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spiritssoft</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/to-send-sms-through-web-services-using-aspnet-coding/#comment-71115</link>
		<dc:creator>spiritssoft</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:41:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-71115</guid>
		<description><![CDATA[For Send SMS Through Code:

C#.net:

Step 1: Add Web Reference : 
		http://www.spiritssoft.com/webservice/sendway2sms.asmx
Step 2: Add This &quot;using com.spiritssoft.www;&quot;
Step 3: Create a Object &quot;SendWay2Sms smsobj = new SendWay2Sms();&quot;
Step 4:
        string strResult = smsobj.sendSmsSpiritsSoft(&quot;UserName&quot;, &quot;Password&quot;, &quot;Number&quot;, &quot;message&quot;);
	
	strResult  : Recieving the Result from Webservice 

Note:
     - For Group SMS , Number seperated by commas(,).
     - Message should be Only 125 characters,
     - If No username , password form way2sms.com it will send message 
       through Spirits Soft Technology Default Number.


From : Spirits Soft Technology
           www.spiritssoft.com]]></description>
		<content:encoded><![CDATA[<p>For Send SMS Through Code:</p>
<p>C#.net:</p>
<p>Step 1: Add Web Reference :<br />
		<a href="http://www.spiritssoft.com/webservice/sendway2sms.asmx" rel="nofollow">http://www.spiritssoft.com/webservice/sendway2sms.asmx</a><br />
Step 2: Add This &#8220;using com.spiritssoft.www;&#8221;<br />
Step 3: Create a Object &#8220;SendWay2Sms smsobj = new SendWay2Sms();&#8221;<br />
Step 4:<br />
        string strResult = smsobj.sendSmsSpiritsSoft(&#8220;UserName&#8221;, &#8220;Password&#8221;, &#8220;Number&#8221;, &#8220;message&#8221;);</p>
<p>	strResult  : Recieving the Result from Webservice </p>
<p>Note:<br />
     &#8211; For Group SMS , Number seperated by commas(,).<br />
     &#8211; Message should be Only 125 characters,<br />
     &#8211; If No username , password form way2sms.com it will send message<br />
       through Spirits Soft Technology Default Number.</p>
<p>From : Spirits Soft Technology<br />
           <a href="http://www.spiritssoft.com" rel="nofollow">http://www.spiritssoft.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.035 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 23:07:18 -->