Hi,
In our project, we are using Axis1.1 and we are facing the same issue.
When a binary SOAP attachment of size 1.5MB or more is sent, in the
webservice server end, the Axis Engine takes few seconds to process the
large attachment before the actual business logic starts. I guess this
problem occurs even with DataHandler. We are in the process of migrating
Axis1.1 to Axis2, because Axis2 handles the attachments in different way !!!
Do you know why it takes more tiem to process the large binary attachment(we
are sending plain java string values as binary attahcment) ?
Have you find any solution for this issue?
Thanks
Deepa
Peter Makoi wrote:
>
> Does soap with attachments using MIME multipart support streaming?
>
> I have goggled around trying to find out if there is a possibility of
> doing that but i end up getting some old postings and documentations
> that suggest that SwA does not support streaming
>
> I have also tried to simulate streaming a considerably large amount of
> data by sending it as a data handler and then use the streaming
> capability of the activation framework to stream the data into an output
> stream
>
> But what I got is an overhead equivalent to the time spend to transmit
> the whole file to the client before the streaming begins(my conclusion
> was that the data is received in a one-go and because of it's large size
> it take's the processor sometime to allocate some memory space to save
> it before the streaming even begins).... Does anyone have any
> explanation? Thanks in advance
>
>
>
--
View this message in context:
http://www.nabble.com/Streaming-Soap-with-Attachments-tf4022786.html#a11502202
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]