<?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: Howto: Put WSDL on Rails [Part 2]</title>
	<atom:link href="http://benrobb.com/2007/02/01/howto-put-wsdl-on-rails-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://benrobb.com/2007/02/01/howto-put-wsdl-on-rails-part-2/</link>
	<description>thoughts that don&#039;t fit in</description>
	<lastBuildDate>Wed, 16 Nov 2011 12:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brendon J. Wilson</title>
		<link>http://benrobb.com/2007/02/01/howto-put-wsdl-on-rails-part-2/comment-page-1/#comment-7415</link>
		<dc:creator>Brendon J. Wilson</dc:creator>
		<pubDate>Mon, 25 Aug 2008 03:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/02/01/howto-put-wsdl-on-rails-part-2/#comment-7415</guid>
		<description>In addition, the method called in consumer_controller.rb  should actually be:

@service_output = service.manipulate(params[:terms])

to properly call the correct method from the ManipulationApi created in Part 1.</description>
		<content:encoded><![CDATA[<p>In addition, the method called in consumer_controller.rb  should actually be:</p>
<p>@service_output = service.manipulate(params[:terms])</p>
<p>to properly call the correct method from the ManipulationApi created in Part 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon J. Wilson</title>
		<link>http://benrobb.com/2007/02/01/howto-put-wsdl-on-rails-part-2/comment-page-1/#comment-7414</link>
		<dc:creator>Brendon J. Wilson</dc:creator>
		<pubDate>Mon, 25 Aug 2008 03:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/02/01/howto-put-wsdl-on-rails-part-2/#comment-7414</guid>
		<description>The url in the consumer_controller.rb should actually be:

url = &quot;http://localhost:3000/Manipulation/service.wsdl&quot;

to properly consume the WSDL/web service created in Part 1.</description>
		<content:encoded><![CDATA[<p>The url in the consumer_controller.rb should actually be:</p>
<p>url = &#8220;http://localhost:3000/Manipulation/service.wsdl&#8221;</p>
<p>to properly consume the WSDL/web service created in Part 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stumekle</title>
		<link>http://benrobb.com/2007/02/01/howto-put-wsdl-on-rails-part-2/comment-page-1/#comment-6849</link>
		<dc:creator>stumekle</dc:creator>
		<pubDate>Wed, 23 Jul 2008 13:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://benrobb.com/2007/02/01/howto-put-wsdl-on-rails-part-2/#comment-6849</guid>
		<description>doesn&#039;t work for me :(</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work for me <img src='http://benrobb.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

