<?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: How to Call a .Net Webservice using Python</title>
	<atom:link href="http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 06 Jun 2010 14:51:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stuartk</title>
		<link>http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/comment-page-1/#comment-17</link>
		<dc:creator>stuartk</dc:creator>
		<pubDate>Sat, 27 Mar 2010 01:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.beardygeek.com/?p=8#comment-17</guid>
		<description>I&#039;ve heard of Suds but never tried it. Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>I&#39;ve heard of Suds but never tried it. Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/comment-page-1/#comment-16</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 27 Mar 2010 01:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.beardygeek.com/?p=8#comment-16</guid>
		<description>I realize this article was from a year ago, just thought I&#039;d mention I ran into some issues talking SOAP with a C# web service, but they all went away when I started using Suds (&lt;a href=&quot;https://fedorahosted.org/suds/&quot; rel=&quot;nofollow&quot;&gt;https://fedorahosted.org/suds/&lt;/a&gt;).</description>
		<content:encoded><![CDATA[<p>I realize this article was from a year ago, just thought I&#39;d mention I ran into some issues talking SOAP with a C# web service, but they all went away when I started using Suds (<a href="https://fedorahosted.org/suds/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/fedorahosted.org/suds/?referer=');">https://fedorahosted.org/suds/</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amalaa</title>
		<link>http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/comment-page-1/#comment-6</link>
		<dc:creator>amalaa</dc:creator>
		<pubDate>Sun, 31 Jan 2010 06:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.beardygeek.com/?p=8#comment-6</guid>
		<description>I also need to pass a value as string to my webservice...please help...its urgent!!!!</description>
		<content:encoded><![CDATA[<p>I also need to pass a value as string to my webservice&#8230;please help&#8230;its urgent!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test</title>
		<link>http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/comment-page-1/#comment-5</link>
		<dc:creator>Test</dc:creator>
		<pubDate>Thu, 03 Dec 2009 15:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.beardygeek.com/?p=8#comment-5</guid>
		<description>Any Idea how do we pass values to the calling function of a web service in python:&lt;br&gt;&gt;&gt;&gt; from elementsoap import ElementSOAP as ES&lt;br&gt;&gt;&gt;&gt; sr = ES.SoapRequest(&quot;{http://tempuri.org/}AddNumbers&quot;)&lt;br&gt;&gt;&gt;&gt; serv = ES.SoapService(&quot;http://localhost/WebServices/Service.asmx&quot;)&lt;br&gt;&gt;&gt;&gt; result = serv.call(&quot;http://tempuri.org/AddNumbers&quot;, sr)&lt;br&gt;&gt;&gt;&gt; result.find(&quot;{http://tempuri.org/}AddNumbersResult&quot;).text&lt;br&gt;&#039;0&#039;&lt;br&gt;&gt;&gt;&gt;&lt;br&gt;I need to pass values to AddNumbers method, 3 and 4 so that i get the result as 7&lt;br&gt;&lt;br&gt;Thanks for your help in advance!!</description>
		<content:encoded><![CDATA[<p>Any Idea how do we pass values to the calling function of a web service in python:<br />&gt;&gt;&gt; from elementsoap import ElementSOAP as ES<br />&gt;&gt;&gt; sr = ES.SoapRequest(&#8220;{http://tempuri.org/}AddNumbers&#8221;)<br />&gt;&gt;&gt; serv = ES.SoapService(&#8220;http://localhost/WebServices/Service.asmx&#8221;)<br />&gt;&gt;&gt; result = serv.call(&#8220;http://tempuri.org/AddNumbers&#8221;, sr)<br />&gt;&gt;&gt; result.find(&#8220;{http://tempuri.org/}AddNumbersResult&#8221;).text<br />&#39;0&#39;<br />&gt;&gt;&gt;<br />I need to pass values to AddNumbers method, 3 and 4 so that i get the result as 7</p>
<p>Thanks for your help in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuartk</title>
		<link>http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/comment-page-1/#comment-4</link>
		<dc:creator>stuartk</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.beardygeek.com/?p=8#comment-4</guid>
		<description>No sorry, I don&#039;t.  These days I try and avoid coding in C# where possible :)</description>
		<content:encoded><![CDATA[<p>No sorry, I don&#39;t.  These days I try and avoid coding in C# where possible <img src='http://www.beardygeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Test</title>
		<link>http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/comment-page-1/#comment-3</link>
		<dc:creator>Test</dc:creator>
		<pubDate>Wed, 02 Dec 2009 13:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.beardygeek.com/?p=8#comment-3</guid>
		<description>Hi Beardy,&lt;br&gt;This article looks great. I am trying to call a python web service in .NET. You have any related articles or source code for the same (as I am short of time).&lt;br&gt;Thanks for your help in advance!!</description>
		<content:encoded><![CDATA[<p>Hi Beardy,<br />This article looks great. I am trying to call a python web service in .NET. You have any related articles or source code for the same (as I am short of time).<br />Thanks for your help in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://www.beardygeek.com/2009/01/how-to-call-a-net-webservice-using-python/comment-page-1/#comment-2</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.beardygeek.com/?p=8#comment-2</guid>
		<description>I need to develop a prototype in Python to consume ASP.NET web service - web method returning image file. Any leads/alternate strategy/workaround will be helful.</description>
		<content:encoded><![CDATA[<p>I need to develop a prototype in Python to consume ASP.NET web service &#8211; web method returning image file. Any leads/alternate strategy/workaround will be helful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
