<?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: Rails and SOAP</title>
	<atom:link href="http://www.evenflow.nl/2009/04/02/rails-and-soap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evenflow.nl/2009/04/02/rails-and-soap/</link>
	<description>..thoughts arrive like butterflies</description>
	<lastBuildDate>Sat, 20 Feb 2010 08:27:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Building SOAP service in Rails - High Tech Sorcery</title>
		<link>http://www.evenflow.nl/2009/04/02/rails-and-soap/comment-page-1/#comment-6045</link>
		<dc:creator>Building SOAP service in Rails - High Tech Sorcery</dc:creator>
		<pubDate>Sat, 20 Feb 2010 08:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.evenflow.nl/?p=659#comment-6045</guid>
		<description>[...] Rails and SOAP [...]</description>
		<content:encoded><![CDATA[<p>[...] Rails and SOAP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orngreen</title>
		<link>http://www.evenflow.nl/2009/04/02/rails-and-soap/comment-page-1/#comment-4073</link>
		<dc:creator>orngreen</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.evenflow.nl/?p=659#comment-4073</guid>
		<description>Wouter: Thank you! It works now !!!

Should have thought of that actually - just got a little confused since the code was split in two parts, so I assumed they had to be in two different places :)

Now I know what to spend my easter-coding with :)</description>
		<content:encoded><![CDATA[<p>Wouter: Thank you! It works now !!!</p>
<p>Should have thought of that actually &#8211; just got a little confused since the code was split in two parts, so I assumed they had to be in two different places <img src='http://www.evenflow.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now I know what to spend my easter-coding with <img src='http://www.evenflow.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wouter</title>
		<link>http://www.evenflow.nl/2009/04/02/rails-and-soap/comment-page-1/#comment-4072</link>
		<dc:creator>wouter</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.evenflow.nl/?p=659#comment-4072</guid>
		<description>What I did was putting my ActiveRecord::Base extensions (the to_struct and I have some others) in the model_extensions.rb in /lib. Just below the ModelExtensions module. Looks like this:

module ModelExtensions
  ...
end
module ActiveRecord
  class Base
    ...
  end
end

As long as these things are loaded somewhere.</description>
		<content:encoded><![CDATA[<p>What I did was putting my ActiveRecord::Base extensions (the to_struct and I have some others) in the model_extensions.rb in /lib. Just below the ModelExtensions module. Looks like this:</p>
<p>module ModelExtensions<br />
  &#8230;<br />
end<br />
module ActiveRecord<br />
  class Base<br />
    &#8230;<br />
  end<br />
end</p>
<p>As long as these things are loaded somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orngreen</title>
		<link>http://www.evenflow.nl/2009/04/02/rails-and-soap/comment-page-1/#comment-4071</link>
		<dc:creator>orngreen</dc:creator>
		<pubDate>Tue, 07 Apr 2009 13:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.evenflow.nl/?p=659#comment-4071</guid>
		<description>Looks exactly like something I could use - But ...

I&#039;ve added your code to /config/environment.rb 
(took some tries before I found out it had to be in the very bottom of that :)

model_extensions.rb placed in /lib ... and works.

But I can&#039;t find out where to place the code that defines the to_struct ??? 

Can you please help? Until now I have resorted to making a ActionWebService::Struct for each of my models, so this can really save me some coding!  :)

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Looks exactly like something I could use &#8211; But &#8230;</p>
<p>I&#8217;ve added your code to /config/environment.rb<br />
(took some tries before I found out it had to be in the very bottom of that <img src='http://www.evenflow.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>model_extensions.rb placed in /lib &#8230; and works.</p>
<p>But I can&#8217;t find out where to place the code that defines the to_struct ??? </p>
<p>Can you please help? Until now I have resorted to making a ActionWebService::Struct for each of my models, so this can really save me some coding!  <img src='http://www.evenflow.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

