You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by kpalania <kp...@yahoo.com> on 2008/12/30 22:33:11 UTC

"software caused connection abort" caused by a lengthy message

The Web Service call does not fail when I truncate the message (especially
the encoded portion that is part of the message which gets encoded again).
Is there a length limitation on the size of the XML payload that could be
sent to a CXF (JAX-WS) Web Service?
-- 
View this message in context: http://www.nabble.com/%22software-caused-connection-abort%22-caused-by-a-lengthy-message-tp21223462p21223462.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: "software caused connection abort" caused by a lengthy message

Posted by Julio Oliveira <ju...@gmail.com>.
Cheek the free memory u have.

On Sat, Jan 3, 2009 at 10:20 AM, Andrew Clegg <an...@gmail.com>wrote:

> 2008/12/30 kpalania <kp...@yahoo.com>:
> >
> > It fails when the length of my payload is over 3951 characters. Adding 1
> more
> > character to the message results in this error. Is this a bug?
>
> I've sent messages of over 20KB before without causing any problems,
> so I doubt it's that. Maybe stepping through the service with a
> debugger would help? Can you supply any more info?
>
> I'm not sure if I missed the start of this thread but you sound like
> you're referring to some previous problem, but Nabble and my inbox
> only have the two messages on 30th Dec...
>
> Andrew.
>



-- 
Saludos

Julio Oliveira - Buenos Aires

julio.julioOliveira@gmail.com

http://www.linkedin.com/in/juliomoliveira

Re: "software caused connection abort" caused by a lengthy message

Posted by Andrew Clegg <an...@gmail.com>.
2008/12/30 kpalania <kp...@yahoo.com>:
>
> It fails when the length of my payload is over 3951 characters. Adding 1 more
> character to the message results in this error. Is this a bug?

I've sent messages of over 20KB before without causing any problems,
so I doubt it's that. Maybe stepping through the service with a
debugger would help? Can you supply any more info?

I'm not sure if I missed the start of this thread but you sound like
you're referring to some previous problem, but Nabble and my inbox
only have the two messages on 30th Dec...

Andrew.

Re: "software caused connection abort" caused by a lengthy message

Posted by kpalania <kp...@yahoo.com>.
It fails when the length of my payload is over 3951 characters. Adding 1 more
character to the message results in this error. Is this a bug?


kpalania wrote:
> 
> The Web Service call does not fail when I truncate the message (especially
> the encoded portion that is part of the message which gets encoded again).
> Is there a length limitation on the size of the XML payload that could be
> sent to a CXF (JAX-WS) Web Service?
> 

-- 
View this message in context: http://www.nabble.com/%22software-caused-connection-abort%22-caused-by-a-lengthy-message-tp21223462p21223773.html
Sent from the cxf-user mailing list archive at Nabble.com.