<?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: Python / SOAP: A First Encounter</title>
	<atom:link href="http://www.appliedmiscellany.com/blog/archives/10/feed" rel="self" type="application/rss+xml" />
	<link>http://www.appliedmiscellany.com/blog/archives/10</link>
	<description>Technology, Tech Policy, Internet, Gadgets, Software, ...</description>
	<lastBuildDate>Fri, 05 Mar 2010 11:08:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marco Minutoli</title>
		<link>http://www.appliedmiscellany.com/blog/archives/10/comment-page-1#comment-74647</link>
		<dc:creator>Marco Minutoli</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/10#comment-74647</guid>
		<description>This is wrong: server.config.namespaceStyle = &#039;2001&#039;
This is right :  server.soapproxy.config.namespaceStyle = &#039;2001&#039;

And works perfectly.
Thanks thanks thanks!!!!</description>
		<content:encoded><![CDATA[<p>This is wrong: server.config.namespaceStyle = &#8216;2001&#8242;<br />
This is right :  server.soapproxy.config.namespaceStyle = &#8216;2001&#8242;</p>
<p>And works perfectly.<br />
Thanks thanks thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Andrich</title>
		<link>http://www.appliedmiscellany.com/blog/archives/10/comment-page-1#comment-42347</link>
		<dc:creator>Oliver Andrich</dc:creator>
		<pubDate>Tue, 29 Apr 2008 19:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/10#comment-42347</guid>
		<description>Well, I had the same problem and solved it today using this setting:

server.config.namespaceStyle = &#039;2001&#039;

This works around the bug in Axis 1.2.x At least it works for me with our Axis based Webservices.</description>
		<content:encoded><![CDATA[<p>Well, I had the same problem and solved it today using this setting:</p>
<p>server.config.namespaceStyle = &#8216;2001&#8242;</p>
<p>This works around the bug in Axis 1.2.x At least it works for me with our Axis based Webservices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Python/SOAP: second encounter by Refactor the Life</title>
		<link>http://www.appliedmiscellany.com/blog/archives/10/comment-page-1#comment-38597</link>
		<dc:creator>Python/SOAP: second encounter by Refactor the Life</dc:creator>
		<pubDate>Tue, 15 Jan 2008 19:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/10#comment-38597</guid>
		<description>[...] 15th, 2008 in Gentoo    It looks like my experience in Python／SOAP programming no better than the first encounter. Here is the long [...]</description>
		<content:encoded><![CDATA[<p>[...] 15th, 2008 in Gentoo    It looks like my experience in Python／SOAP programming no better than the first encounter. Here is the long [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Roth</title>
		<link>http://www.appliedmiscellany.com/blog/archives/10/comment-page-1#comment-9</link>
		<dc:creator>Charles Roth</dc:creator>
		<pubDate>Fri, 24 Feb 2006 19:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/10#comment-9</guid>
		<description>Bless you, sir!  This identical problem was driving me crazy until I found your post.

For what it&#039;s worth, this bug is apparently fixed in Apache Axis 1.3.  I just installed it, and the problem went away.</description>
		<content:encoded><![CDATA[<p>Bless you, sir!  This identical problem was driving me crazy until I found your post.</p>
<p>For what it&#8217;s worth, this bug is apparently fixed in Apache Axis 1.3.  I just installed it, and the problem went away.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
