You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Mudi Dandan <mu...@dandre.hu> on 2006/02/03 12:13:13 UTC

long lines

Hi,

I'm using axis 1.3 for java an have problem with that it generates  
the soap request as one very long line.
This is especially a problem since I'm sending MMS content in a byte  
array which can be up to 300k.
I would not care about it, but the web service fails to handle it.
I there a way to override this behavior?
Maybe, it would be enough if the base64 encoded part would be broken  
into lines.
Unfortunately there is no chance that they will modify their system  
to accept such long lines.

Mudi