<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Remove n1 Namespace for SOAP4R</title>
	<link>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/</link>
	<description>Web Developer, Web Designer, Ruby on Rails Developer, a Curious Man based in Singapore</description>
	<pubDate>Fri, 10 Feb 2012 11:57:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: Donapieppo</title>
		<link>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-255948</link>
		<pubDate>Thu, 03 Nov 2011 08:24:04 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-255948</guid>
					<description>Had the same problem in ruby 1.9.2 spox-soap4r and use_default_namespace
worked.
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Had the same problem in ruby 1.9.2 spox-soap4r and use_default_namespace<br />
worked.<br />
Thanks a lot!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Taryn East</title>
		<link>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-227554</link>
		<pubDate>Sun, 06 Feb 2011 14:55:39 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-227554</guid>
					<description>This was written a few years back. The option has been deprecated, but there's a new one now: use_default_namespace for this exact purpose.</description>
		<content:encoded><![CDATA[<p>This was written a few years back. The option has been deprecated, but there&#8217;s a new one now: use_default_namespace for this exact purpose.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Zapped</title>
		<link>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-216137</link>
		<pubDate>Sat, 13 Nov 2010 10:20:52 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-216137</guid>
					<description>10x a lot!

and almost the same thing for a SOAP4R server:

in [ServiceName]Proxy.rb
add
    self.use_default_namespace = true

after
    self.mapping_registry = DefaultMappingRegistry::EncodedRegistry
    self.literal_mapping_registry = DefaultMappingRegistry::LiteralRegistry</description>
		<content:encoded><![CDATA[<p>10x a lot!</p>
<p>and almost the same thing for a SOAP4R server:</p>
<p>in [ServiceName]Proxy.rb<br />
add<br />
    self.use_default_namespace = true</p>
<p>after<br />
    self.mapping_registry = DefaultMappingRegistry::EncodedRegistry<br />
    self.literal_mapping_registry = DefaultMappingRegistry::LiteralRegistry
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Yasir</title>
		<link>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-187888</link>
		<pubDate>Tue, 02 Mar 2010 12:54:03 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-187888</guid>
					<description>Thanks a lot dude.
I was going to bang my head with a wall. 
thanks a lot. you saved wall :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot dude.<br />
I was going to bang my head with a wall.<br />
thanks a lot. you saved wall :)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Navjeet</title>
		<link>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-105011</link>
		<pubDate>Wed, 05 Nov 2008 17:12:34 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/08/10/remove-n1-namespace-for-soap4r/#comment-105011</guid>
					<description>This solution really helped me to fix a similar problem I was having. In my cases soap4r was not adding n1 namespace to the arguments to the method, just to the method only. By applying this fix, it took out apply namespace to method name also and CXF generated web service seems to be happy with that. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This solution really helped me to fix a similar problem I was having. In my cases soap4r was not adding n1 namespace to the arguments to the method, just to the method only. By applying this fix, it took out apply namespace to method name also and CXF generated web service seems to be happy with that. Thanks a lot.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

