<?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: Ruby + SOAP4R + WSDL Hell</title>
	<atom:link href="http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/</link>
	<description>The personal web site of Brendon J. Wilson, a software developer, technologist, and entrepreneur living in Vancouver, British Columbia, Canada.</description>
	<lastBuildDate>Fri, 19 Feb 2010 02:24:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-213631</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 24 Apr 2009 04:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-213631</guid>
		<description>Thanks a lot. Very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbee</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-193580</link>
		<dc:creator>newbee</dc:creator>
		<pubDate>Mon, 20 Oct 2008 09:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-193580</guid>
		<description>Hi friends,

 I&#039;m completely new to WSDL so please be tolerant if I&#039;m asking a very stupid question. :))

I tried running the code and am receiving the following error message..

Ruby - 1.8.6
HttpClient- 2.1.2
soap4r - 1.5.8

D:\Sample_Code\RubyWebServices_SOAP_Amazon\lib&gt;ruby AWSECommerceServiceClient.rb -d

c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1497:in `initialize&#039;: The requested address is not valid in its context. - connect(2) (://:0) (Errno::EADDRNOTAVAIL)
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1497:in `new&#039;
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1497:in `create_socket
&#039;
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1455:in `connect&#039;
        from c:/ruby/lib/ruby/1.8/timeout.rb:56:in `timeout&#039;
        from c:/ruby/lib/ruby/1.8/timeout.rb:76:in `timeout&#039;
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1454:in `connect&#039;
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1311:in `query&#039;
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:932:in `query&#039;
         ... 8 levels...
        from c:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:142:in `call&#039;
        from c:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:180:in `call&#039;
        from (eval):6:in `itemLookup&#039;
        from AWSECommerceServiceClient.rb:14

Thanks in advance..</description>
		<content:encoded><![CDATA[<p>Hi friends,</p>
<p> I&#8217;m completely new to WSDL so please be tolerant if I&#8217;m asking a very stupid question. <img src='http://www.brendonwilson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p>I tried running the code and am receiving the following error message..</p>
<p>Ruby &#8211; 1.8.6<br />
HttpClient- 2.1.2<br />
soap4r &#8211; 1.5.8</p>
<p>D:\Sample_Code\RubyWebServices_SOAP_Amazon\lib&gt;ruby AWSECommerceServiceClient.rb -d</p>
<p>c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1497:in `initialize&#8217;: The requested address is not valid in its context. &#8211; connect(2) (://:0) (Errno::EADDRNOTAVAIL)<br />
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1497:in `new&#8217;<br />
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1497:in `create_socket<br />
&#8216;<br />
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1455:in `connect&#8217;<br />
        from c:/ruby/lib/ruby/1.8/timeout.rb:56:in `timeout&#8217;<br />
        from c:/ruby/lib/ruby/1.8/timeout.rb:76:in `timeout&#8217;<br />
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1454:in `connect&#8217;<br />
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:1311:in `query&#8217;<br />
        from c:/ruby/lib/ruby/site_ruby/1.8/httpclient.rb:932:in `query&#8217;<br />
         &#8230; 8 levels&#8230;<br />
        from c:/ruby/lib/ruby/1.8/soap/rpc/proxy.rb:142:in `call&#8217;<br />
        from c:/ruby/lib/ruby/1.8/soap/rpc/driver.rb:180:in `call&#8217;<br />
        from (eval):6:in `itemLookup&#8217;<br />
        from AWSECommerceServiceClient.rb:14</p>
<p>Thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipin Vellakkat</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-180338</link>
		<dc:creator>Vipin Vellakkat</dc:creator>
		<pubDate>Fri, 18 Jul 2008 12:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-180338</guid>
		<description>Hi All,

I have a different type of problem. 

One of our client had created a WSDL in ASP and sent it over asking us to implement the same structure in ruby. I need to write a server app using these WSDLs. 

wsdl2ruby.rb --wsdl /home/Test.wsdl --type server --force

using this command i got 4 ruby files such as... default.rb, defaultServant.rb, defaultMappingRegistry.rb, TestService.rb

using these files how can i write a webservice server applicaiton? 

Thanks in advance,

Vipin</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I have a different type of problem. </p>
<p>One of our client had created a WSDL in ASP and sent it over asking us to implement the same structure in ruby. I need to write a server app using these WSDLs. </p>
<p>wsdl2ruby.rb &#8211;wsdl /home/Test.wsdl &#8211;type server &#8211;force</p>
<p>using this command i got 4 ruby files such as&#8230; default.rb, defaultServant.rb, defaultMappingRegistry.rb, TestService.rb</p>
<p>using these files how can i write a webservice server applicaiton? </p>
<p>Thanks in advance,</p>
<p>Vipin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAILroading &#187; Blog Archive &#187; links for 2008-03-21</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-160185</link>
		<dc:creator>RAILroading &#187; Blog Archive &#187; links for 2008-03-21</dc:creator>
		<pubDate>Fri, 21 Mar 2008 04:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-160185</guid>
		<description>[...] Ruby + SOAP4R + WSDL Hell at www.brendonwilson.com (tags: rubyonrails soap tutorial wsdl) [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruby + SOAP4R + WSDL Hell at <a href="http://www.brendonwilson.com" rel="nofollow">http://www.brendonwilson.com</a> (tags: rubyonrails soap tutorial wsdl) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amazon Associates/ECS via SOAP &#171; Timothy N. Jones</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-133270</link>
		<dc:creator>Amazon Associates/ECS via SOAP &#171; Timothy N. Jones</dc:creator>
		<pubDate>Sat, 22 Dec 2007 04:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-133270</guid>
		<description>[...] http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/" rel="nofollow">http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-123586</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 21 Nov 2007 13:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-123586</guid>
		<description>Thanks for this article, it saved me hours of experimenting!</description>
		<content:encoded><![CDATA[<p>Thanks for this article, it saved me hours of experimenting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel van den Oord</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-115967</link>
		<dc:creator>Daniel van den Oord</dc:creator>
		<pubDate>Wed, 31 Oct 2007 11:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-115967</guid>
		<description>name spacing and xsi:type is not correct
in the body and Envelope tag is env: it should be soap: in my case also
the Procedure being called must be prefixed with tms: and the arguments must have a xsi:type=&quot;xsd.....&quot;
namely the missing xsi:type is going wrong here.. how can I add this. I used wsdl2ruby to create the objects...</description>
		<content:encoded><![CDATA[<p>name spacing and xsi:type is not correct<br />
in the body and Envelope tag is env: it should be soap: in my case also<br />
the Procedure being called must be prefixed with tms: and the arguments must have a xsi:type=&#8221;xsd&#8230;..&#8221;<br />
namely the missing xsi:type is going wrong here.. how can I add this. I used wsdl2ruby to create the objects&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xin</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-104746</link>
		<dc:creator>Xin</dc:creator>
		<pubDate>Thu, 20 Sep 2007 20:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-104746</guid>
		<description>This articled helped me to get started with Amazon ECS API.

One thing I&#039;ve noticed is

- the new API uses slightly different variable names. i.e. lowercase i in itemLookUp. and itemLookUpResponse.items</description>
		<content:encoded><![CDATA[<p>This articled helped me to get started with Amazon ECS API.</p>
<p>One thing I&#8217;ve noticed is</p>
<p>- the new API uses slightly different variable names. i.e. lowercase i in itemLookUp. and itemLookUpResponse.items</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Long Road</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-101204</link>
		<dc:creator>The Long Road</dc:creator>
		<pubDate>Sun, 02 Sep 2007 12:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-101204</guid>
		<description>Brendon, the article is just great! Very informative and comprehensive.

Thank You!</description>
		<content:encoded><![CDATA[<p>Brendon, the article is just great! Very informative and comprehensive.</p>
<p>Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell McConnachie</title>
		<link>http://www.brendonwilson.com/blog/2006/04/02/ruby-soap4r-wsdl-hell/comment-page-1/#comment-97595</link>
		<dc:creator>Russell McConnachie</dc:creator>
		<pubDate>Sat, 18 Aug 2007 20:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brendonwilson.com/?p=291#comment-97595</guid>
		<description>I wrote an article about using ruby   soap4r   wsdl. Brendon Wilson did a great job at getting me going with web services with ruby. Let me know if this helps anyone.

http://blog.mcconnachie.ca/2007/8/11/working-with-wsdl-in-rails</description>
		<content:encoded><![CDATA[<p>I wrote an article about using ruby   soap4r   wsdl. Brendon Wilson did a great job at getting me going with web services with ruby. Let me know if this helps anyone.</p>
<p><a href="http://blog.mcconnachie.ca/2007/8/11/working-with-wsdl-in-rails" rel="nofollow">http://blog.mcconnachie.ca/2007/8/11/working-with-wsdl-in-rails</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
