aspose file tools
The moose likes Web Services and the fly likes maximum size of a SOAP request to be sent/received by apache-axis. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "maximum size of a SOAP request to be sent/received by apache-axis." Watch "maximum size of a SOAP request to be sent/received by apache-axis." New topic
Author

maximum size of a SOAP request to be sent/received by apache-axis.

Abhishek Mhptr
Ranch Hand

Joined: Aug 09, 2009
Posts: 33
Hi all..

i am going to send/receive the SOAP request with the help of apache-axis.

but i am not sure of one issue..

what can be the maximum size of the SOAP request??

Thanks in advance for your replies..

William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12266
    
    1
Because the body of a SOAP message has to be parsed as XML, it is not efficient to include large blocks of data in the body. Thats why we have SAAJ - the SOAP with Attachment API for Java. This keeps the SOAP body as compact as possilbe.


Google will find you lots of references.

Bill


Java Resources at www.wbrogden.com
Abhishek Mhptr
Ranch Hand

Joined: Aug 09, 2009
Posts: 33
thanks bill.
but i am unable to get any reference in google.
anyways let me try again.

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: maximum size of a SOAP request to be sent/received by apache-axis.
 
Similar Threads
How can I automatically build a wsdl file with SOAP?
Apache Axis logging of SOAP Request/Response
Axis or WSAD Web Services
Logging SOAP Messages
sending large files through webservice