<?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: java.net.SocketException: Connection reset by peer, socket write error</title>
	<atom:link href="http://www.ramraje.com/java-errors-solutions/javanetsocketexception-connection-reset-by-peer-socket-write-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ramraje.com/java-errors-solutions/javanetsocketexception-connection-reset-by-peer-socket-write-error/</link>
	<description>Software Programming Blog</description>
	<lastBuildDate>Thu, 10 Nov 2011 15:55:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ramraj Edagutti</title>
		<link>http://www.ramraje.com/java-errors-solutions/javanetsocketexception-connection-reset-by-peer-socket-write-error/comment-page-1/#comment-253</link>
		<dc:creator>Ramraj Edagutti</dc:creator>
		<pubDate>Sat, 20 Mar 2010 17:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ramraje.com/?p=241#comment-253</guid>
		<description>Hey Seema,

In your case, it&#039;s look like a web service encoding issue. Try to found out what encoding style(document literal or RPC) that the web services server is using, and If it is using &#039;document&#039; style, then try setting operation.setStyle(org.apache.axis.constants.Style.DOCUMENT) after every operation.setReturnClass(java.lang.String.class);

If above hint does not work then it could be large attachments were being exchanged through web services....

Let me know If this help you.</description>
		<content:encoded><![CDATA[<p>Hey Seema,</p>
<p>In your case, it&#8217;s look like a web service encoding issue. Try to found out what encoding style(document literal or RPC) that the web services server is using, and If it is using &#8216;document&#8217; style, then try setting operation.setStyle(org.apache.axis.constants.Style.DOCUMENT) after every operation.setReturnClass(java.lang.String.class);</p>
<p>If above hint does not work then it could be large attachments were being exchanged through web services&#8230;.</p>
<p>Let me know If this help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seema Gandhi</title>
		<link>http://www.ramraje.com/java-errors-solutions/javanetsocketexception-connection-reset-by-peer-socket-write-error/comment-page-1/#comment-250</link>
		<dc:creator>Seema Gandhi</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ramraje.com/?p=241#comment-250</guid>
		<description>Hello Ramraj

Did u find any solutions to above problem. If yes please post it. I appriciate your help</description>
		<content:encoded><![CDATA[<p>Hello Ramraj</p>
<p>Did u find any solutions to above problem. If yes please post it. I appriciate your help</p>
]]></content:encoded>
	</item>
</channel>
</rss>

