This could be a temporary file storage problem:

Attachments larger than 16kb are flushed to disk instead of just kept in
memory. 
Check out your WEB-INF/server-config.wsdd file and the
attachments.Directory property setting to see where Axis puts the
attachment files:

<globalConfiguration>
  <parameter name="attachments.Directory" value="/data/attachments"/>


Regards

Roy Willy Haug

 

> -----Original Message-----
> From: Franz Graf [mailto:[EMAIL PROTECTED] 
> Sent: 29. juni 2005 22:46
> To: [email protected]
> Subject: Size of Attachments?
> 
> Hello all,
> 
> I want to send a file to my soap-server by using the 
> call.addAttachmentPart(). Everything is fine as long as my 
> attachment is less than 16384 bytes. When I add an attachment 
> >16k the server tells me that it received 0 bytes.
> 
> How can i send bigger data? I've found quite some postings 
> from people sending quite some MB - but not how.
> 
> Greetings Franz
> 

Reply via email to