<?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: Making a Java WebApp Return Proper SOAP Fault Responses</title>
	<atom:link href="http://www.techper.net/2008/08/29/making-a-java-webapp-return-proper-soap-fault-responses/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techper.net/2008/08/29/making-a-java-webapp-return-proper-soap-fault-responses/</link>
	<description>About Technology in My Life</description>
	<lastBuildDate>Tue, 24 Jan 2012 17:27:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: polesen</title>
		<link>http://www.techper.net/2008/08/29/making-a-java-webapp-return-proper-soap-fault-responses/comment-page-1/#comment-46682</link>
		<dc:creator>polesen</dc:creator>
		<pubDate>Thu, 17 Feb 2011 17:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/?p=116#comment-46682</guid>
		<description>It should actually be placed OUTSIDE WEB-INF. Like this structure

/WEB-INF/web.xml
/soap-error-responses/401.soap

They are static resources, that can be reached also by an URL through the browser, if you want to test it.</description>
		<content:encoded><![CDATA[<p>It should actually be placed OUTSIDE WEB-INF. Like this structure</p>
<p>/WEB-INF/web.xml<br />
/soap-error-responses/401.soap</p>
<p>They are static resources, that can be reached also by an URL through the browser, if you want to test it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.techper.net/2008/08/29/making-a-java-webapp-return-proper-soap-fault-responses/comment-page-1/#comment-46678</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 17 Feb 2011 17:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techper.net/?p=116#comment-46678</guid>
		<description>Love the post.  I implemented it in my environment WLS 11 and CXF 2.2.12.  I have not been able to get the custom soap faults back yet, though.  Should the soap messages be placed into the WEB-INF/soap-error-responses or WEB-INF/classes/soap-error-responses?  WLS keeps sending me back its standard 404.html file.  Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Love the post.  I implemented it in my environment WLS 11 and CXF 2.2.12.  I have not been able to get the custom soap faults back yet, though.  Should the soap messages be placed into the WEB-INF/soap-error-responses or WEB-INF/classes/soap-error-responses?  WLS keeps sending me back its standard 404.html file.  Thanks for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

