Title: body size axis 1.1

Hi, I have a web service using axis 1.1 and a client using the same api.

>From my client, I am sending through https a signedMessage, the xml body is a xml file (string), the size of this file was pitiful, but now the xml is growing and when is about 800K there is an exception:


  <soapenv:Fault>
   <faultcode>soapenv:Server.userException</faultcode>
   <faultstring>javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Software caused connection abort: socket write error</faultstring>

org.apache.axis.Message - java.io.IOException:
java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
        at com.sun.net.ssl.internal.ssl.OutputRecord.a(DashoA6275)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
        at com.sun.net.ssl.internal.ssl.AppOutputStream.write(DashoA6275)
        ..

(with a little string works fine)


I am searching about the max size of body element but i didn't find nothing.


Is there a restriction? if true, should I implement attachment in my webservice server an client?

Thanks...


Raul


Este documento puede incluir información confidencial y propiedad de Neoris y deberá ser leído sólamente por la o las personas a quienes está dirijido. Si usted ha recibido este mensaje por error, por favor avise inmediatemente al remitente contestando y eliminando este correo. Cualquier punto de vista u opiniones expresadas en este mensaje son del remitente y no necesariamente coinciden con aquellas de Neoris. Este documento no deberá ser reproducido, copiado, distribuido, publicado, ni modificado por terceros sin la autorización por escrito de Neoris.

Este mensaje ha sido verificado contra virus. Visítenos en www.neoris.com.


Reply via email to