<?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 For Web Services</title>
	<atom:link href="http://www.zorched.net/2006/02/09/ruby-soap4r-for-web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2006/02/09/ruby-soap4r-for-web-services/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<pubDate>Tue, 06 Jan 2009 06:37:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Candler</title>
		<link>http://www.zorched.net/2006/02/09/ruby-soap4r-for-web-services/comment-page-1/#comment-14146</link>
		<dc:creator>Brian Candler</dc:creator>
		<pubDate>Wed, 03 Sep 2008 08:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/02/09/ruby-soap4r-for-web-services/#comment-14146</guid>
		<description>Remember to add at the top of your code: require 'soap/wsdlDriver'</description>
		<content:encoded><![CDATA[<p>Remember to add at the top of your code: require &#8217;soap/wsdlDriver&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.zorched.net/2006/02/09/ruby-soap4r-for-web-services/comment-page-1/#comment-11096</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 12 Dec 2007 14:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/02/09/ruby-soap4r-for-web-services/#comment-11096</guid>
		<description>Hi
I need help to connect a ruby application to a document style web service provided by SAP Business One.
Please provide me with the steps and workarounds you did to make your example work.
Your comment:

One Problem I found
SOAP4R was originally built to support RPC Literal encoded Web Services. Support for Document Literal services is more recent. To get the service to work, I had to update to the latest trunk version from their Subversion server. Before the update I was not able to send Arrays of objects to my service. Document Literal services are preferred for Contract First design because it offers full schema validation of the soap message. Document Literal support is still a little bit rough around the edges, but I got it to work successfully.

Much appreciated
Marcus Raath
South Africa
+27823009607</description>
		<content:encoded><![CDATA[<p>Hi<br />
I need help to connect a ruby application to a document style web service provided by SAP Business One.<br />
Please provide me with the steps and workarounds you did to make your example work.<br />
Your comment:</p>
<p>One Problem I found<br />
SOAP4R was originally built to support RPC Literal encoded Web Services. Support for Document Literal services is more recent. To get the service to work, I had to update to the latest trunk version from their Subversion server. Before the update I was not able to send Arrays of objects to my service. Document Literal services are preferred for Contract First design because it offers full schema validation of the soap message. Document Literal support is still a little bit rough around the edges, but I got it to work successfully.</p>
<p>Much appreciated<br />
Marcus Raath<br />
South Africa<br />
+27823009607</p>
]]></content:encoded>
	</item>
</channel>
</rss>
