<?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: Consuming a Java Webservice in .Net</title>
	<atom:link href="http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 12:18:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: sanjeev</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-5416</link>
		<dc:creator>sanjeev</dc:creator>
		<pubDate>Fri, 02 Jul 2010 11:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-5416</guid>
		<description>heloo sir i m using this code bt this is not working
output are nothing
com.aswinanand.www.SendSMS sendsms = new com.aswinanand.www.SendSMS();
string str = sendsms.sendSMSToMany
(&quot;98*******&quot;,&quot;pwd&quot;, &quot;98*******&quot;, &quot;hi&quot;);</description>
		<content:encoded><![CDATA[<p>heloo sir i m using this code bt this is not working<br />
output are nothing<br />
com.aswinanand.www.SendSMS sendsms = new com.aswinanand.www.SendSMS();<br />
string str = sendsms.sendSMSToMany<br />
(&#8220;98*******&#8221;,&#8221;pwd&#8221;, &#8220;98*******&#8221;, &#8220;hi&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: preethi</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-5370</link>
		<dc:creator>preethi</dc:creator>
		<pubDate>Thu, 10 Jun 2010 10:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-5370</guid>
		<description>hii i m getting invalid login for the 1st method though my userid  n password of way2sms are valid</description>
		<content:encoded><![CDATA[<p>hii i m getting invalid login for the 1st method though my userid  n password of way2sms are valid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rdp</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-5369</link>
		<dc:creator>rdp</dc:creator>
		<pubDate>Thu, 10 Jun 2010 10:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-5369</guid>
		<description>Hello,
I am trying to implement the same in Asp.net but unable to do.
Steps I did
1. Adding web ref
” http://www.aswinanand.com/sendsms.php?wsdl”
Name instance : “JavaAdd”
2. As suggested added button and in click event wrote
“JavaAdd.NewWebService js = new JavaAdd.NewWebService();
JavaAdd.add myadd = new JavaAdd.add();
JavaAdd.addResponse myaddRes=new JavaAdd.addResponse(); myadd.int_1=10;
myadd.int_2=10;
myaddRes=js.add(myadd); Label1.Text=Convert.ToString(myaddRes.result);”

3. Getting this error.
“Error	7	The type or namespace name ‘NewWebService’ does not exist in the namespace ‘JavaAdd’ (are you missing an assembly reference?) c:\inetpub\wwwroot\SMS\Default.aspx.cs	20	17	http://localhost/SMS/”

I have added the namespace of it too. ..

Please guide.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am trying to implement the same in Asp.net but unable to do.<br />
Steps I did<br />
1. Adding web ref<br />
” <a href="http://www.aswinanand.com/sendsms.php?wsdl”" rel="nofollow">http://www.aswinanand.com/sendsms.php?wsdl”</a><br />
Name instance : “JavaAdd”<br />
2. As suggested added button and in click event wrote<br />
“JavaAdd.NewWebService js = new JavaAdd.NewWebService();<br />
JavaAdd.add myadd = new JavaAdd.add();<br />
JavaAdd.addResponse myaddRes=new JavaAdd.addResponse(); myadd.int_1=10;<br />
myadd.int_2=10;<br />
myaddRes=js.add(myadd); Label1.Text=Convert.ToString(myaddRes.result);”</p>
<p>3. Getting this error.<br />
“Error	7	The type or namespace name ‘NewWebService’ does not exist in the namespace ‘JavaAdd’ (are you missing an assembly reference?) c:\inetpub\wwwroot\SMS\Default.aspx.cs	20	17	<a href="http://localhost/SMS/”" rel="nofollow">http://localhost/SMS/”</a></p>
<p>I have added the namespace of it too. ..</p>
<p>Please guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajid</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-5347</link>
		<dc:creator>Sajid</dc:creator>
		<pubDate>Tue, 01 Jun 2010 12:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-5347</guid>
		<description>hi
Ashwin i m using ur wsdl http://www.aswinanand.com/sendsms.php?wsdl but this is not working for me</description>
		<content:encoded><![CDATA[<p>hi<br />
Ashwin i m using ur wsdl <a href="http://www.aswinanand.com/sendsms.php?wsdl" rel="nofollow">http://www.aswinanand.com/sendsms.php?wsdl</a> but this is not working for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhuvaneswaran</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-4844</link>
		<dc:creator>Bhuvaneswaran</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-4844</guid>
		<description>I have use in Dotnet code Some error was accrued</description>
		<content:encoded><![CDATA[<p>I have use in Dotnet code Some error was accrued</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhuvaneswaran</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-4843</link>
		<dc:creator>Bhuvaneswaran</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-4843</guid>
		<description>http://www.nediyosoft.com/sendsms.php


error message
invalid_request Usage: Refer to http://www.aswinanand.com/blog/2008/07/send-free-sms-web-service/ for more informaiton. 


pls Help Me</description>
		<content:encoded><![CDATA[<p><a href="http://www.nediyosoft.com/sendsms.php" rel="nofollow">http://www.nediyosoft.com/sendsms.php</a></p>
<p>error message<br />
invalid_request Usage: Refer to <a href="http://www.aswinanand.com/blog/2008/07/send-free-sms-web-service/" rel="nofollow">http://www.aswinanand.com/blog/2008/07/send-free-sms-web-service/</a> for more informaiton. </p>
<p>pls Help Me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-4771</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Thu, 14 Jan 2010 06:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-4771</guid>
		<description>Hi, Even I am getting this error, that invlaid login, even though login is valid and I am able to login into way2 sms. I using ur web service.</description>
		<content:encoded><![CDATA[<p>Hi, Even I am getting this error, that invlaid login, even though login is valid and I am able to login into way2 sms. I using ur web service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thyagarajan</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-4478</link>
		<dc:creator>thyagarajan</dc:creator>
		<pubDate>Thu, 07 Jan 2010 09:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-4478</guid>
		<description>i tried ur webservice in vb.net My code was 

 Dim js As New JavaAdd.SendSMS
            js.sendSMSToMany(&quot;mynumber&quot;, &quot;pwd&quot;, &quot;receiverno&quot;, &quot;testmessage&quot;)

no error msg but message not received pls reply me</description>
		<content:encoded><![CDATA[<p>i tried ur webservice in vb.net My code was </p>
<p> Dim js As New JavaAdd.SendSMS<br />
            js.sendSMSToMany(&#8220;mynumber&#8221;, &#8220;pwd&#8221;, &#8220;receiverno&#8221;, &#8220;testmessage&#8221;)</p>
<p>no error msg but message not received pls reply me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-4425</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Wed, 06 Jan 2010 06:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-4425</guid>
		<description>i tried ur webservice in c#. My code was 

com.aswinanand.www.SendSMS sendsms = new com.aswinanand.www.SendSMS();
string str = sendsms.sendSMSToMany
(&quot;my number&quot;, &quot;password&quot;, &quot;receiver number&quot;, &quot;hi&quot;);
it gives invalid login...but my login Id and pwd is right because i can directly send sms using same id and pwd from way2sms website. any help will be appreciated? pls reply asap.</description>
		<content:encoded><![CDATA[<p>i tried ur webservice in c#. My code was </p>
<p>com.aswinanand.www.SendSMS sendsms = new com.aswinanand.www.SendSMS();<br />
string str = sendsms.sendSMSToMany<br />
(&#8220;my number&#8221;, &#8220;password&#8221;, &#8220;receiver number&#8221;, &#8220;hi&#8221;);<br />
it gives invalid login&#8230;but my login Id and pwd is right because i can directly send sms using same id and pwd from way2sms website. any help will be appreciated? pls reply asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemal</title>
		<link>http://www.aswinanand.com/2006/02/consuming-a-java-webservice-in-net/comment-page-1/#comment-4364</link>
		<dc:creator>hemal</dc:creator>
		<pubDate>Mon, 04 Jan 2010 06:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.aswinanand.com/blog/2006/02/24/consuming-a-java-webservice-in-net/#comment-4364</guid>
		<description>hi,I have tried your webservice in asp.net but it still provides the error such as &quot;try after sometime port is busy.&quot; I tried also the url provided in your website and provide my way2sms valid id and password but it still provide the message &quot;invalid login&quot;.

So, please reply. this webservice actually works or not?
is this a fake webservice? because i tried a lot to use it.

so please reply.</description>
		<content:encoded><![CDATA[<p>hi,I have tried your webservice in asp.net but it still provides the error such as &#8220;try after sometime port is busy.&#8221; I tried also the url provided in your website and provide my way2sms valid id and password but it still provide the message &#8220;invalid login&#8221;.</p>
<p>So, please reply. this webservice actually works or not?<br />
is this a fake webservice? because i tried a lot to use it.</p>
<p>so please reply.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

